Skip to content

Commit 83287c0

Browse files
committed
Set zksync os flag
Signed-off-by: Danil <[email protected]>
1 parent e9409b9 commit 83287c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Get all test, doc and src files that have changed
2626
id: changed-files-yaml
27-
uses: tj-actions/changed-files@48566bbcc22ceb7c5809ebdd27377309f2c3de8c # v39
27+
uses: tj-actions/changed-files@v41
2828
with:
2929
files_yaml: |
3030
# TODO: make it more granular, as already implemented in CI workflow
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
7070
action: "build"
71+
zksync_os: true
7172
secrets:
7273
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
7374
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)