diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 56f873a..45c7c24 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: - name: Build and push if: startsWith(github.ref, 'refs/tags/') id: build-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: ${{ github.event_name != 'pull_request' }}