Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 73b6ec8 commit 498b386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Login to Quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
if: steps.list-changed.outputs.changed == 'true'
with:
registry: quay.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit 498b386

Please sign in to comment.