diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 61ec62429465..edc371eb0c77 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io - name: Push to GitHub Packages - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: ${{ github.event_name != 'pull_request' }} tags: ghcr.io/${{ github.repository }}/core:latest