diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 8a9711f..8aa4007 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -70,7 +70,7 @@ jobs: type=sha,format=short - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }}