Skip to content

Commit

Permalink
Bump docker/login-action from 1 to 3 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent c8c859d commit fecf5bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hostplumber-multiarch-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to the Quay Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ env.USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/luigi-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to the Quay Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ env.USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ovs-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to the Quay Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ env.USERNAME }}
Expand Down

0 comments on commit fecf5bf

Please sign in to comment.