We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad3d66 commit 82e5691Copy full SHA for 82e5691
…flows/build-zksyncos-prover-template.yml …lows/build-zksync-os-prover-template.yml.github/workflows/build-zksyncos-prover-template.yml renamed to .github/workflows/build-zksync-os-prover-template.yml
.github/workflows/release-zkos-stage.yml
@@ -67,7 +67,7 @@ jobs:
67
if: needs.changed_files.outputs.core == 'true' || needs.changed_files.outputs.all == 'true'
68
with:
69
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
70
- action: "build"
+ action: "push"
71
zksync_os: true
72
secrets:
73
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
@@ -82,7 +82,7 @@ jobs:
82
83
84
ERA_BELLMAN_CUDA_RELEASE: ${{ vars.ERA_BELLMAN_CUDA_RELEASE }}
85
86
87
88
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments