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

@ -146,7 +146,6 @@ jobs:
id: prebuild
run: |
echo "version=$(cat public/VERSION)" >> "$GITHUB_OUTPUT"
echo "revision=${GITHUB_SHA} >> "$GITHUB_OUTPUT"
echo ${GITHUB_SHA::8} > VERSION
rm -rf .git* tests/ storage/app/test/
ls -al public/css/
@ -160,7 +159,7 @@ jobs:
push: true
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
build-args: |
BUILD_REVISION=${{ steps.prebuild.outputs.revision }}
BUILD_REVISION=${GITHUB_SHA}
BUILD_VERSION=${{ steps.prebuild.outputs.version }}
manifest: