Skip to content

Commit 85be346

Browse files
authored
Merge pull request #1425 from plus3it/dependabot/github_actions/docker/login-action-4.0.0
build(deps): Bump docker/login-action from 3.7.0 to 4.0.0
2 parents 6a0ce4a + 7b13395 commit 85be346

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
@@ -44,14 +44,14 @@ jobs:
4444
4545
- name: Login to Docker Hub
4646
if: github.event_name != 'pull_request'
47-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
47+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
4848
with:
4949
username: ${{ vars.DOCKERHUB_USERNAME }}
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}
5151

5252
- name: Login to GitHub Container Registry
5353
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
54+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)