mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
ci: fix image build/release workflow (#874)
Fix typo in the workflow. Pass RELEASE_TAG env var. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
fd87a22829
commit
14954596cb
@@ -246,6 +246,7 @@ jobs:
|
||||
with:
|
||||
file: 'stacker-zxp.yaml'
|
||||
build-args: |
|
||||
RELEASE_TAG=${{ github.event.release.tag_name }}
|
||||
COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }}
|
||||
OS=${{ matrix.os }}
|
||||
ARCH=${{ matrix.arch }}
|
||||
@@ -291,6 +292,7 @@ jobs:
|
||||
with:
|
||||
file: 'stacker-zb.yaml'
|
||||
build-args: |
|
||||
RELEASE_TAG=${{ github.event.release.tag_name }}
|
||||
COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }}
|
||||
OS=${{ matrix.os }}
|
||||
ARCH=${{ matrix.arch }}
|
||||
|
||||
Reference in New Issue
Block a user