Skip to content

Commit

Permalink
Merge pull request #113 from terraform-docs/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
khos2ow committed Dec 20, 2023
2 parents a8001fc + dbc4984 commit 4b96ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Login to Docker
uses: docker/login-action@v2
uses: docker/login-action@v3
if: env.REGISTRY_USERNAME != ''
with:
registry: quay.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Login to Docker
uses: docker/login-action@v2
uses: docker/login-action@v3
if: env.REGISTRY_USERNAME != ''
with:
registry: quay.io
Expand Down

0 comments on commit 4b96ffd

Please sign in to comment.