Skip to content

Commit 82e5691

Browse files
committed
change build to push
Signed-off-by: Danil <[email protected]>
1 parent 0ad3d66 commit 82e5691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/release-zkos-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: needs.changed_files.outputs.core == 'true' || needs.changed_files.outputs.all == 'true'
6868
with:
6969
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
70-
action: "build"
70+
action: "push"
7171
zksync_os: true
7272
secrets:
7373
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
8484
ERA_BELLMAN_CUDA_RELEASE: ${{ vars.ERA_BELLMAN_CUDA_RELEASE }}
85-
action: "build"
85+
action: "push"
8686
secrets:
8787
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
8888
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)