Skip to content

Commit e8fd48c

Browse files
chore(deps): update docker/login-action action to v3.5.0
1 parent 56a7bdc commit e8fd48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
uses: docker/setup-buildx-action@v3
1515

1616
- name: Login to GitHub Container Registry
17-
uses: docker/login-action@v3
17+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: Login to DockerHub
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)