Skip to content

Commit

Permalink
Switch to docker/login-action and use new secrets. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
drogers-wish committed Mar 28, 2024
1 parent 8792101 commit 13485af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to quay.io
uses: azure/docker-login@v1
- name: Login to Quay.io
uses: docker/login-action@v3
with:
login-server: quay.io
username: '${{ secrets.QUAYIO_USERNAME }}'
password: '${{ secrets.QUAYIO_PASSWORD }}'
registry: quay.io
username: '${{ secrets.NODEREAPER_QUAYIO_USERNAME }}'
password: '${{ secrets.NODEREAPER_QUAYIO_PASSWORD }}'
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 13485af

Please sign in to comment.