Skip to content

Commit d767281

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-core-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
platform: linux/amd64
278278

279279
env:
280-
IMAGE_TAG_SUFFIX: ${{ inputs.image_tag_suffix }}${{ (inputs.en_alpha_release && matrix.component.name == 'external-node') && '-alpha' || '' }}
280+
IMAGE_TAG_SUFFIX: ${{ inputs.zksync_os && '-zksync_os' || '' }}${{ inputs.image_tag_suffix }}${{ (inputs.en_alpha_release && matrix.component.name == 'external-node') && '-alpha' || '' }}
281281
steps:
282282
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
283283

.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)