Skip to content

Commit f68d38e

Browse files
Merge pull request #67 from marckohlbrugge/dependabot/github_actions/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0
2 parents 7370bf0 + 263c07d commit f68d38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@v3.12.0
4949

5050
- name: Log in to GHCR
51-
uses: docker/login-action@v3.7.0
51+
uses: docker/login-action@v4.0.0
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ github.actor }}
@@ -121,7 +121,7 @@ jobs:
121121
uses: docker/setup-buildx-action@v3.12.0
122122

123123
- name: Log in to GHCR
124-
uses: docker/login-action@v3.7.0
124+
uses: docker/login-action@v4.0.0
125125
with:
126126
registry: ${{ env.REGISTRY }}
127127
username: ${{ github.actor }}

0 commit comments

Comments
 (0)