Skip to content

Commit

Permalink
Dual-push images to Docker Hub and GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 4, 2023
1 parent a9975a9 commit a227874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ env.DOCKER_HUB_ID }}
username: ${{ DOCKER_HUB_ID }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: ASDF setup
Expand Down

0 comments on commit a227874

Please sign in to comment.