File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments