Skip to content

Commit e22a034

Browse files
Bump docker/login-action from 1.10.0 to 2.1.0 (#56)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f054a8b...f4ef78c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98a0fb8 commit e22a034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ghcr-main-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
22+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121

2222
- name: Log in to the Container registry
23-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
23+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)