Skip to content

Commit 8041681

Browse files
authored
Merge pull request #1451 from plus3it/dependabot/github_actions/docker/login-action-4.1.0
build(deps): Bump docker/login-action from 4.0.0 to 4.1.0
2 parents a0e0efc + e329fd0 commit 8041681

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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
47+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
54+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)