Skip to content

Commit 9552a59

Browse files
authored
Merge pull request #1320 from plus3it/dependabot/github_actions/docker/login-action-3.6.0
build(deps): Bump docker/login-action from 3.5.0 to 3.6.0
2 parents d19626c + e30c950 commit 9552a59

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

0 commit comments

Comments
 (0)