Skip to content

Commit a98d8e5

Browse files
authored
Merge pull request #83 from essentialkaos/dependabot/github_actions/develop/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 6f9d85e + 961a059 commit a98d8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v3
8383

8484
- name: Login to GitHub Container Registry
85-
uses: docker/login-action@v1
85+
uses: docker/login-action@v2
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}

0 commit comments

Comments
 (0)