Skip to content

Commit 5631de9

Browse files
chore(deps): bump docker/login-action in the github-actions group
Bumps the github-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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d8108e commit 5631de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Log into registry ${{ env.REGISTRY }}
129129
if: github.event_name != 'pull_request'
130-
uses: docker/login-action@v4.0.0
130+
uses: docker/login-action@v4.1.0
131131
with:
132132
registry: ${{ env.REGISTRY }}
133133
username: ${{ github.actor }}
@@ -187,7 +187,7 @@ jobs:
187187
uses: docker/setup-buildx-action@v4.0.0
188188

189189
- name: Log into registry ${{ env.REGISTRY }}
190-
uses: docker/login-action@v4.0.0
190+
uses: docker/login-action@v4.1.0
191191
with:
192192
registry: ${{ env.REGISTRY }}
193193
username: ${{ github.actor }}

0 commit comments

Comments
 (0)