diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 678e58080..3bc805c13 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -406,7 +406,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@v5.1.0 with: file: ./infrastructure/production/django/Dockerfile context: .