Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage authored Jun 23, 2024
1 parent 4875396 commit 74d06b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
platforms: amd64,arm64

- name: Log in to Quay.io
- name: Log in
uses: docker/login-action@v3
with:
registry: quay.io
registry: ghcr.io
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}

Expand Down

0 comments on commit 74d06b5

Please sign in to comment.