Skip to content

Commit

Permalink
Use full docker registry URL in deploy-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaunders1904 committed Nov 11, 2024
1 parent 4972b22 commit dcc37f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Log in to Quay.io
uses: docker/login-action@v3
with:
registry: quay.io
registry: quay.io/ukaea/hippo
username: ${{ secrets.QUAY_ID }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build and push
Expand Down

0 comments on commit dcc37f4

Please sign in to comment.