Skip to content

Commit 218d60c

Browse files
Bump docker/login-action from 4 to 4.5.1
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0707f78 commit 218d60c

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
@@ -152,7 +152,7 @@ jobs:
152152
# docker.io (see env block above) where the same images are publicly pullable without a login,
153153
# and forks cannot authenticate against ghcr.io/dspace/* with their own GITHUB_TOKEN anyway.
154154
- name: Login to ${{ env.DOCKER_REGISTRY }}
155-
uses: docker/login-action@v4
155+
uses: docker/login-action@v4.5.1
156156
if: github.repository == 'dspace/dspace-angular'
157157
with:
158158
registry: ${{ env.DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)