Skip to content

Commit ce2ae38

Browse files
dependabot[bot]minchinweb
authored andcommitted
Bump docker/login-action from 1.10.0 to 1.12.0
Closes #2 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f054a8b...42d299f) --- 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>
1 parent 75a0430 commit ce2ae38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@v1
5555

5656
- name: Log in to the (GitHub) Container registry
57-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
57+
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)