Skip to content

Commit 5394325

Browse files
authored
Merge pull request #128 from BretFisher/dependabot/github_actions/docker/login-action-3.5.0
Bump docker/login-action from 3.4.0 to 3.5.0
2 parents d2166ff + f058b90 commit 5394325

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)