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

This commit is contained in:
Deon George 2025-03-04 08:27:59 +11:00
parent 8edb30c711
commit 6fc28055c9

View File

@ -84,7 +84,7 @@ jobs:
privileged: true
env:
ARCH: ${{ matrix.arch }}
VERSIONARCH: ${GITHUB_REF_NAME}-${{ env.ARCH }}
VERSIONARCH: ${{ vars.GITHUB_REF_NAME }}-${{ env.ARCH }}
steps:
- name: Environment Setup
@ -147,6 +147,7 @@ jobs:
echo ${GITHUB_SHA::8} > VERSION
[ "${GITHUB_REF_TYPE}" -eq "tag" ] && echo v${GITHUB_REF_NAME}-rel > public/VERSION
rm -rf .git* tests/ storage/app/test/
cat VERSION public/VERSION
# ls -al public/css/
# ls -al public/js/