Skip to content

Commit

Permalink
Fix wrong registry
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerrison committed Nov 3, 2023
1 parent f2d39b5 commit 91f6210
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 @@ -101,7 +101,7 @@ jobs:
- name: Login to Quay.io
uses: docker/login-action@v1
with:
registry: quay.io
registry: docker.io
username: ${{ secrets.TETRATE_CI_DOCKERHUB_USERNAME }}
password: ${{ secrets.TETRATE_CI_DOCKERHUB_PASSWORD }}
- name: Build images and push
Expand Down

0 comments on commit 91f6210

Please sign in to comment.