Skip to content

Commit 7d05a27

Browse files
Bump docker/login-action from 1 to 2 (#123)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a259f48 commit 7d05a27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
type=sha
3434
- name: Login to quay.io
3535
if: github.event_name != 'pull_request'
36-
uses: docker/login-action@v1
36+
uses: docker/login-action@v2
3737
with:
3838
registry: quay.io
3939
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)