We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206557 commit c2fe838Copy full SHA for c2fe838
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