Skip to content

Commit bc72a55

Browse files
chore(deps): bump docker/login-action from 3.2.0 to 4.0.0 (#460)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xing Yahao <48758247+keidarcy@users.noreply.github.com>
1 parent 31d16bc commit bc72a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2727
- name: Log in to the Container registry
28-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)