Skip to content

Commit 73b5e0e

Browse files
authored
Merge pull request #117 from dokku/dependabot/github_actions/docker/login-action-4.6.0
chore(deps): bump docker/login-action from 4.5.2 to 4.6.0
2 parents 9b47594 + f5cc637 commit 73b5e0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Login to DockerHub
4242
if: ${{ github.event_name != 'pull_request' }}
43-
uses: docker/login-action@v4.5.2
43+
uses: docker/login-action@v4
4444
with:
4545
username: ${{ secrets.DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v4
3434

3535
- name: Login to DockerHub
36-
uses: docker/login-action@v4.5.2
36+
uses: docker/login-action@v4
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)