Skip to content

Commit

Permalink
Push to docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jul 22, 2021
1 parent b206557 commit c2fe838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-to-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish a Docker image to ghcr.io
name: Build and publish a Docker image to ghcr.io and Docker Hub
on:
# publish on releases (tagged as "x.y.z" - "v" prefix is removed)
release:
Expand All @@ -23,3 +23,4 @@ jobs:
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}

0 comments on commit c2fe838

Please sign in to comment.