Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 2.1.0 to 2.2.0 (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Jun 14, 2023
2 parents 9afcf5a + 874732c commit 692bfa0
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-alwatr-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: 🏗 Log into registry ${{ env.REGISTRY }}
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-special-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: 🏗 Log into registry ${{env.REGISTRY}}
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ${{env.REGISTRY}}
username: ${{github.repository_owner}}
Expand Down

0 comments on commit 692bfa0

Please sign in to comment.