Skip to content

Commit 463d646

Browse files
committed
Fix push of base images
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
1 parent 7e407fc commit 463d646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/baseimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
run: |
5656
echo Pushing base image
5757
cd ./dev/base-image
58-
./publish.sh
58+
./push.sh
5959

0 commit comments

Comments
 (0)