Skip to content

Commit fd45afb

Browse files
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9719bf4 commit fd45afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
-
171171
if: steps.setup.outputs.docker_login == 'yes'
172172
name: Docker login
173-
uses: docker/login-action@v3.5.0
173+
uses: docker/login-action@v3.6.0
174174
with:
175175
registry: ${{ inputs.registry-url }}
176176
username: ${{ secrets.registry-username }}

0 commit comments

Comments
 (0)