Skip to content

Commit 69549d8

Browse files
authored
Merge pull request #2369 from drwetter/dependabot/github_actions/docker/login-action-2.2.0
Bump docker/login-action from 2.1.0 to 2.2.0
2 parents 35590ba + c3f4cee commit 69549d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-3.1dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: GitHub login
4343
if: ${{ github.event_name != 'pull_request' }}
44-
uses: docker/login-action@v2.1.0
44+
uses: docker/login-action@v2.2.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)