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
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:
parent
f5b2c28028
commit
8edb30c711
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user