Skip to content

Commit 6682fc8

Browse files
Bump docker/login-action from 1.10.0 to 1.12.0 (#126)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e36d60 commit 6682fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
name: Set tag envronment variable
4242

4343
- name: Login to DockerHub
44-
uses: docker/login-action@v1.10.0
44+
uses: docker/login-action@v1.12.0
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848

4949
- name: Login to GitHub Container Registry
50-
uses: docker/login-action@v1.10.0
50+
uses: docker/login-action@v1.12.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)