Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#854)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AaronH88 <ahetheri@redhat.com>
  • Loading branch information
dependabot[bot] and AaronH88 authored Sep 19, 2023
1 parent e578e37 commit be1f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devel_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: docker run --rm quay.io/${{ github.repository }}:devel receptor --version

- name: Login To Quay
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
Expand Down

0 comments on commit be1f731

Please sign in to comment.