Skip to content

Commit 19f0a21

Browse files
authored
Merge pull request #5369 from DSpace/dependabot/github_actions/dspace-8_x/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 420d62f + b90456b commit 19f0a21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
# Login to our Docker registry, so that we can access private Docker images using "docker compose" below.
124124
- name: Login to ${{ env.DOCKER_REGISTRY }}
125-
uses: docker/login-action@v3
125+
uses: docker/login-action@v4
126126
with:
127127
registry: ${{ env.DOCKER_REGISTRY }}
128128
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)