Skip to content

Commit 7f24068

Browse files
authored
Merge pull request #256 from macbre/push-to-docker-io
Push to docker.io
2 parents e29199d + a1e164d commit 7f24068

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
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
# publish on releases (tagged as "x.y.z" - "v" prefix is removed)
44
release:
@@ -23,3 +23,4 @@ jobs:
2323
with:
2424
image_name: ${{ github.repository }}
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26+
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)