We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e29199d + a1e164d commit 7f24068Copy full SHA for 7f24068
1 file changed
.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
# publish on releases (tagged as "x.y.z" - "v" prefix is removed)
4
release:
@@ -23,3 +23,4 @@ jobs:
23
with:
24
image_name: ${{ github.repository }}
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
+ docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}
0 commit comments