Skip to content

Commit 1999cf2

Browse files
authored
Merge pull request #245 from navikt/dependabot/github_actions/docker/login-action-2
chore(deps): bump docker/login-action from 1 to 2
2 parents a33437d + 5ef17a1 commit 1999cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
${{ runner.os }}-gradle-wrapper-
3939
4040
- name: Login to GitHub Container Registry
41-
uses: docker/login-action@v1
41+
uses: docker/login-action@v2
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

0 commit comments

Comments
 (0)