Skip to content

Commit f058b90

Browse files
Bump docker/login-action from 3.4.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2166ff commit f058b90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ jobs:
141141

142142
- name: Login to DockerHub
143143
if: inputs.dockerhub-enable
144-
uses: docker/login-action@v3.4.0
144+
uses: docker/login-action@v3.5.0
145145
with:
146146
username: ${{ secrets.dockerhub-username }}
147147
password: ${{ secrets.dockerhub-token }}
148148

149149
- name: Login to GHCR
150150
if: inputs.ghcr-enable
151-
uses: docker/login-action@v3.4.0
151+
uses: docker/login-action@v3.5.0
152152
with:
153153
registry: ghcr.io
154154
username: ${{ github.actor }}

0 commit comments

Comments
 (0)