We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c9901 commit 83e62f3Copy full SHA for 83e62f3
.github/workflows/push-to-ghcr.yml
@@ -18,8 +18,8 @@ jobs:
18
- uses: actions/checkout@v2
19
20
# https://github.com/marketplace/actions/push-to-ghcr
21
- - name: Build and publish a Docker image for ${{ github.repository }}
+ - name: Build and publish a Docker image for macbre/nginx-http3
22
uses: macbre/push-to-ghcr@v2
23
with:
24
- image_name: macbre/nginx-brotli
+ image_name: macbre/nginx-http3
25
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments