Skip to content

Commit

Permalink
Merge pull request #52 from fitbeard/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-2.2.0

build(deps): bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
fitbeard authored Jun 12, 2023
2 parents 1f875f0 + cc40496 commit eabaca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate with Quay.io
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
exit 0
- name: Authenticate with Quay.io
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
exit 0
- name: Authenticate with Quay.io
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit eabaca6

Please sign in to comment.