Skip to content

Commit 68a175d

Browse files
build(deps): bump docker/login-action from 1.13.0 to 2.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.13.0...v2.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52afbb8 commit 68a175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
install: true
8686

8787
- name: Login to Docker.io
88-
uses: docker/login-action@v1.13.0
88+
uses: docker/login-action@v2.0.0
8989
if: ${{ inputs.publish-container }}
9090
with:
9191
registry: docker.io

0 commit comments

Comments
 (0)