redeploy test 3
Some checks failed
Auto Deploy Flask with Docker / deploy (push) Has been cancelled

This commit is contained in:
annous246 2025-08-07 21:34:47 +01:00
parent 9039d42885
commit 6fe4ff6de7

View File

@ -15,7 +15,7 @@ jobs:
- name: Log in to Docker (optional, if using a registry)
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
if: env.DOCKER_REGISTRY # Only run if you push to a registry
if: env.DOCKER_REGISTRY # Only run if you push to a registry
- name: Build Docker image
run: docker build --no-cache -t flask-app:latest .