Skip to content

Commit c704e19

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 7d81916 commit c704e19

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
@@ -96,7 +96,7 @@ jobs:
9696
DELIMITER: '.'
9797
- name: Login to registry
9898
if: steps.info.outputs.create-release
99-
uses: docker/login-action@v4.0.0
99+
uses: docker/login-action@v4.1.0
100100
with:
101101
registry: ghcr.io
102102
username: ${{github.actor}}

0 commit comments

Comments
 (0)