Skip to content

Commit b53ae6a

Browse files
committed
Update docker/login-action action to v1.12.0
1 parent 3f48b28 commit b53ae6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
2121

2222
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # renovate: tag=v1.10.0
23+
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # renovate: tag=v1.12.0
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- name: Login to DockerHub
7171
if: ${{ github.event_name == 'push' }}
72-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # renovate: tag=v1.10.0
72+
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # renovate: tag=v1.12.0
7373
with:
7474
username: ${{ github.repository_owner }}
7575
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)