diff --git a/.github/workflows/rg-release.yml b/.github/workflows/rg-release.yml index c6f88dd..d8d02c7 100644 --- a/.github/workflows/rg-release.yml +++ b/.github/workflows/rg-release.yml @@ -44,7 +44,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 id: build with: context: ${{ inputs.context }}