Compare commits

..

2 Commits

Author SHA1 Message Date
29fb20ca6d Start of work to enable creation of new entries
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m26s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-02-25 17:12:46 +11:00
bfe2aeac78 Get version into build image automatically, add docker image labels 2025-02-25 17:12:46 +11:00

View File

@ -145,7 +145,7 @@ jobs:
- name: Record version and Delete Unnecessary files
id: prebuild
run: |
echo "version=$(cat public/VERSION)"
echo "version=$(cat public/VERSION)" >> "$GITHUB_OUTPUT"
echo ${GITHUB_SHA::8} > VERSION
rm -rf .git* tests/ storage/app/test/
ls -al public/css/