Skip to content

Commit 171fa0b

Browse files
chore(deps): update docker/login-action action to v3.7.0 (#815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71ac945 commit 171fa0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
run: |
5353
mkdir -p .tools
5454
- name: Login to GitHub Package Registry
55-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
55+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.repository_owner }}
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Login to DockerHub Registry
62-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
62+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6363
with:
6464
username: ${{ secrets.DOCKERHUB_USERNAME }}
6565
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)