diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 535d45e3..e27a9b62 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -65,7 +65,7 @@ jobs: type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v7 with: context: . push: ${{ github.event_name != 'pull_request' }}