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 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:10:29 +11:00
parent 12fc42d651
commit 53805257fe

View File

@ -2,7 +2,6 @@ name: Create Docker Image
run-name: ${{ gitea.actor }} Building Docker Image 🐳
on: [push]
env:
VERSION: $GITHUB_REF_NAME
DOCKER_HOST: tcp://127.0.0.1:2375
jobs:
@ -85,6 +84,7 @@ jobs:
privileged: true
env:
ARCH: ${{ matrix.arch }}
VERSION: ${{ env.GITHUB_REF_NAME }}
VERSIONARCH: ${{ env.VERSION }}-${{ env.ARCH }}
steps: