Skip to content

Commit d7c315a

Browse files
authored
Merge pull request #19 from ls1intum/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents f367488 + 743835a commit d7c315a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
-
4747
name: Login to GitHub Container Registry
48-
uses: docker/login-action@v1
48+
uses: docker/login-action@v4
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)