Skip to content

Commit e33a5f3

Browse files
authored
ci: fixes release workflow (#1082)
**Description** Docker build template got renamed a while back, so this fixes it. Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 83dd747 commit e33a5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
docker_push:
99
name: Push Docker Images
10-
uses: ./.github/workflows/docker_builds_template.yaml
10+
uses: ./.github/workflows/docker_build_job.yaml
1111
secrets: inherit
1212

1313
release:

0 commit comments

Comments
 (0)