Compare commits

..

2 Commits

Author SHA1 Message Date
0b30e704fc Start of work to enable creation of new entries
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 39s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m36s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
2025-02-25 17:20:41 +11:00
24b1a4459b Get version into build image automatically, add docker image labels 2025-02-25 17:20:40 +11:00

View File

@ -158,7 +158,9 @@ jobs:
file: docker/Dockerfile
push: true
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
build-args: BUILD_REVISION=${GITHUB_SHA},BUILD_VERSION=${{ steps.prebuild.outputs.version }}
build-args: |
BUILD_REVISION=${GITHUB_SHA}
BUILD_VERSION=${{ steps.prebuild.outputs.version }}
manifest:
name: Final Docker Image Manifest