Skip to content

Commit 502f6d6

Browse files
committed
workflows: proper image-push command
Use 'image-push' instead of 'container-push'. Signed-off-by: Shachar Sharon <[email protected]>
1 parent 041daa3 commit 502f6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
run: make CONTAINER_CMD=docker image-build
8484
- name: push container image
8585
# note: forcing use of docker here, since we did docker login above
86-
run: make CONTAINER_CMD=docker container-push
86+
run: make CONTAINER_CMD=docker image-push

0 commit comments

Comments
 (0)