From 88ef740e9ea9103de7a5548477cf8f941aa7f6ea Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Thu, 15 Jan 2026 23:06:31 +0100 Subject: [PATCH] permission fix Signed-off-by: Peter Siegmund --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 077ed6a..7e6d162 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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