Skip to content

Commit 4287542

Browse files
Bump docker/login-action from 1.12.0 to 1.13.0 (#364)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@42d299f...6af3c11) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a00bea2 commit 4287542

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
@@ -46,7 +46,7 @@ jobs:
4646
4747
-
4848
name: Log into registry ${{ env.REGISTRY }}
49-
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7
49+
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)