Skip to content

Commit ec94c9b

Browse files
committed
Merge branch 'dependabot/github_actions/docker/login-action-4' of opencast/admin-interface into develop
Pull request #1549 Bump docker/login-action from 3 to 4
2 parents eb65106 + 7777b08 commit ec94c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-deploy-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: git rev-parse HEAD > commit
2727

2828
- name: Log in to the container registry
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@v4
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)