permission fix
All checks were successful
Deploy Docker Image / build-and-push (push) Successful in 2m11s

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2026-01-15 23:06:31 +01:00
parent 096bf367aa
commit 88ef740e9e

View File

@@ -29,6 +29,9 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Make version_env.sh executable
run: chmod +x ./.gitea/workflows/version_env.sh
- name: Set version tags from Dockerfile
# Reads version from Dockerfile and sets MAJOR, MAJOR_MINOR, VERSION
run: ./.gitea/workflows/version_env.sh