We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1c649 commit ddb3d11Copy full SHA for ddb3d11
.github/workflows/push-to-ghcr.yml
@@ -1,4 +1,4 @@
1
-name: Build and publish a Docker image to ghcr.io
+name: Build and publish a Docker image to ghcr.io and Docker Hub
2
on:
3
4
# publish on releases (tagged as "x.y.z" - "v" prefix is removed)
@@ -23,3 +23,4 @@ jobs:
23
with:
24
image_name: macbre/nginx-http3
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
+ docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}
0 commit comments