diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index de787ce8..363b1252 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -147,7 +147,7 @@ jobs: type=ref,event=branch,priority=2 - name: Build and push Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v6.19.2 with: file: ./infrastructure/production/django/Dockerfile context: .