Skip to content

Commit

Permalink
Update adhoc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardo91 committed Jul 11, 2023
1 parent ece52f6 commit 0d51f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adhoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.NIO_QUAY_USERNAME }}
password: ${{ secrets.NIO_QUAY_PASSWORD }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 0d51f38

Please sign in to comment.