Skip to content

Commit

Permalink
Merge pull request #125 from KohlsTechnology/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
vinny-sabatini authored Oct 13, 2023
2 parents 1986a06 + 9192324 commit 93369f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_TOKEN }}
Expand Down

0 comments on commit 93369f9

Please sign in to comment.