Skip to content

Commit

Permalink
- testing a different docker login action
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish Ranganathan committed Mar 10, 2021
1 parent 16b7800 commit 89dfa44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
- name: Docker login
uses: azure/docker-login@v1
uses: docker/login-action@v1
with:
login-server: quay.io
registry: quay.io
username: turbo
password: ${{ secrets.QUAY_PASSWORD }}
- name: Docker build & push
Expand Down

0 comments on commit 89dfa44

Please sign in to comment.