Skip to content

Commit ddb3d11

Browse files
authored
Push to docker.io as well
See macbre/push-to-ghcr#9
1 parent ba1c649 commit ddb3d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push-to-ghcr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish a Docker image to ghcr.io
1+
name: Build and publish a Docker image to ghcr.io and Docker Hub
22
on:
33

44
# publish on releases (tagged as "x.y.z" - "v" prefix is removed)
@@ -23,3 +23,4 @@ jobs:
2323
with:
2424
image_name: macbre/nginx-http3
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26+
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)