Skip to content

Commit eca28e2

Browse files
authored
Merge pull request #1284 from plus3it/dependabot/github_actions/docker/login-action-3.5.0
build(deps): Bump docker/login-action from 3.4.0 to 3.5.0
2 parents 85f5936 + bf39cb7 commit eca28e2

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

0 commit comments

Comments
 (0)