Skip to content

Commit 5c5d8d3

Browse files
build(deps): 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] <[email protected]>
1 parent 2fcf209 commit 5c5d8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ jobs:
9898
-
9999
name: Login to DockerHub
100100
if: github.event_name != 'pull_request'
101-
uses: docker/login-action@v2
101+
uses: docker/login-action@v3
102102
with:
103103
username: ${{ secrets.DOCKERHUB_USERNAME }}
104104
password: ${{ secrets.DOCKERHUB_TOKEN }}
105105

106106
-
107107
name: Log in to GitHub Container registry
108108
if: github.event_name != 'pull_request'
109-
uses: docker/login-action@v2
109+
uses: docker/login-action@v3
110110
with:
111111
registry: ghcr.io
112112
username: ${{ github.actor }}

0 commit comments

Comments
 (0)