Skip to content

Commit 6dddf82

Browse files
ci(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48a48e3 commit 6dddf82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ jobs:
132132
133133
- name: Login to docker.io
134134
if: ${{ env.DOCKER_PUSH }}
135-
uses: docker/login-action@v3
135+
uses: docker/login-action@v4
136136
with:
137137
username: ${{ secrets.DOCKER_HUB_USERNAME }}
138138
password: ${{ secrets.DOCKER_HUB_TOKEN }}
139139

140140

141141
- name: Login to ghcr.io
142142
if: ${{ env.DOCKER_PUSH_GHCR }}
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@v4
144144
with:
145145
registry: ghcr.io
146146
username: ${{ github.actor }}

0 commit comments

Comments
 (0)