diff --git a/.github/workflows/push-to-ghcr.yml b/.github/workflows/push-to-ghcr.yml index c7e0471..ec0835c 100644 --- a/.github/workflows/push-to-ghcr.yml +++ b/.github/workflows/push-to-ghcr.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/marketplace/actions/push-to-ghcr - name: Build and publish a Docker image for macbre/nginx-http3 - uses: macbre/push-to-ghcr@v12 + uses: macbre/push-to-ghcr@v13 with: image_name: macbre/nginx-http3 github_token: ${{ secrets.GITHUB_TOKEN }}