Skip to content

Commit ca4ceff

Browse files
ci: bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- 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 55f8390 commit ca4ceff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
uses: docker/setup-buildx-action@v2
5656

5757
- name: Login to DockerHub
58-
uses: docker/login-action@v2
58+
uses: docker/login-action@v3
5959
with:
6060
username: ${{ secrets.DOCKERHUB_USERNAME }}
6161
password: ${{ secrets.DOCKERHUB_TOKEN }}
6262

6363
- name: Log in to GitHub Container Registry
64-
uses: docker/login-action@v2
64+
uses: docker/login-action@v3
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}

0 commit comments

Comments
 (0)