We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9409b9 commit 83287c0Copy full SHA for 83287c0
.github/workflows/release-zkos-stage.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Get all test, doc and src files that have changed
26
id: changed-files-yaml
27
- uses: tj-actions/changed-files@48566bbcc22ceb7c5809ebdd27377309f2c3de8c # v39
+ uses: tj-actions/changed-files@v41
28
with:
29
files_yaml: |
30
# TODO: make it more granular, as already implemented in CI workflow
@@ -68,6 +68,7 @@ jobs:
68
69
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
70
action: "build"
71
+ zksync_os: true
72
secrets:
73
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
74
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments