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 37s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped

This commit is contained in:
Deon George 2025-03-04 08:06:04 +11:00
parent 0d31870f8b
commit 12fc42d651

View File

@ -2,7 +2,7 @@ name: Create Docker Image
run-name: ${{ gitea.actor }} Building Docker Image 🐳 run-name: ${{ gitea.actor }} Building Docker Image 🐳
on: [push] on: [push]
env: env:
VERSION: ${{ env.GITHUB_REF_NAME }} VERSION: $GITHUB_REF_NAME
DOCKER_HOST: tcp://127.0.0.1:2375 DOCKER_HOST: tcp://127.0.0.1:2375
jobs: jobs: