Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 547f623

Browse files
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73a829b commit 547f623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
id: buildx
1616
uses: docker/setup-buildx-action@master
1717
- name: Login to DockerHub
18-
uses: docker/login-action@v1
18+
uses: docker/login-action@v2
1919
with:
2020
username: ${{ secrets.DOCKERHUB_USERNAME }}
2121
password: ${{ secrets.DOCKERHUB_TOKEN }}
2222
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@v1
23+
uses: docker/login-action@v2
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)