Skip to content

Commit

Permalink
test auth
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jan 3, 2025
1 parent 0b306e8 commit 8a91210
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ jobs:
- name: "Set up Docker Buildx 🏗"
uses: docker/setup-buildx-action@v3

- name: "Login to Docker Hub 🐳"
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_QUANSIGHT_USERNAME }}
password: ${{ secrets.DOCKER_QUANSIGHT_PASSWORD }}

- name: "Login to quay.io 🐳"
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_QUANSIGHT_USERNAME }}
password: ${{ secrets.QUAY_QUANSIGHT_PASSWORD }}

- name: "Build Docker image 🚀"
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 8a91210

Please sign in to comment.