Update CI/CD to build the image with the appropriate tag
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Successful in 26s
Create Docker Image / Build Docker Image (x86_64) (push) Failing after 12s
Create Docker Image / Build Docker Image (arm64) (push) Failing after 39s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped

This commit is contained in:
Deon George 2025-03-04 08:24:23 +11:00
parent f5b2c28028
commit 8edb30c711

View File

@ -84,7 +84,7 @@ jobs:
privileged: true
env:
ARCH: ${{ matrix.arch }}
VERSIONARCH: ${{ env.GITHUB_REF_NAME }}-${{ env.ARCH }}
VERSIONARCH: ${GITHUB_REF_NAME}-${{ env.ARCH }}
steps:
- name: Environment Setup