Skip to content

Commit 72fabba

Browse files
chore: bump docker/login-action from 1.12.0 to 1.14.1 (#17)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.12.0...v1.14.1) --- 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 430d968 commit 72fabba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v2
4747

4848
- name: Log in to the Container registry
49-
uses: docker/login-action@v1.12.0
49+
uses: docker/login-action@v1.14.1
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)