diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 99a858023..a1edb10b2 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -144,7 +144,7 @@ jobs: type=ref,event=branch,priority=2 - name: Build and push Docker image - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v3.3.0 with: file: ./infrastructure/production/django/Dockerfile context: .