Skip to content

Commit c034cde

Browse files
ci: bump docker/login-action from 1.10.0 to 3.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f054a8b...e92390c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2287e8 commit c034cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@v2
2121
- name: Log in to the Container registry
22-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
22+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)