Skip to content

Commit 3c04b7f

Browse files
Bump docker/login-action from 4.0.0 to 4.1.0 in the docker-actions group
Bumps the docker-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebb5d79 commit 3c04b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
DELIMITER: '.'
9595
- name: Login to registry
9696
if: steps.info.outputs.create-release
97-
uses: docker/login-action@v4.0.0
97+
uses: docker/login-action@v4.1.0
9898
with:
9999
registry: ghcr.io
100100
username: ${{github.actor}}

0 commit comments

Comments
 (0)