Skip to content

Commit

Permalink
Merge pull request #136 from Getdeck/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
Schille authored Oct 2, 2023
2 parents 2b047ce + 6bcb528 commit 6a909f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_ROBOT }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_ROBOT }}
Expand Down

0 comments on commit 6a909f7

Please sign in to comment.