Skip to content

Commit 467f7a4

Browse files
authored
Merge pull request #332 from OpenConext/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 16a3c3d + 7fb6b7b commit 467f7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: docker/setup-buildx-action@v4
9494

9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@v3
96+
uses: docker/login-action@v4
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)