permission fix
All checks were successful
Deploy Docker Image / build-and-push (push) Successful in 2m11s
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:
@@ -29,6 +29,9 @@ jobs:
|
|||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Make version_env.sh executable
|
||||||
|
run: chmod +x ./.gitea/workflows/version_env.sh
|
||||||
|
|
||||||
- name: Set version tags from Dockerfile
|
- name: Set version tags from Dockerfile
|
||||||
# Reads version from Dockerfile and sets MAJOR, MAJOR_MINOR, VERSION
|
# Reads version from Dockerfile and sets MAJOR, MAJOR_MINOR, VERSION
|
||||||
run: ./.gitea/workflows/version_env.sh
|
run: ./.gitea/workflows/version_env.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user