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:
Ramkumar Chinchani
2022-10-15 01:14:15 -07:00
committed by GitHub
parent fd87a22829
commit 14954596cb
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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 }}