fix: Downgrade docker/build-push-action to v4 and update deploy script to use environment variables
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m10s
Deploy to Server / deploy (push) Failing after 2s

This commit is contained in:
2025-10-23 21:18:25 +02:00
parent e2f11a1459
commit ae19cd67c4
2 changed files with 9 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile