We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b85031 commit 8dc3844Copy full SHA for 8dc3844
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
21
22
- name: Login to GitHub Container Registry
23
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # renovate: tag=v1.10.0
+ uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.14.1
24
with:
25
registry: ghcr.io
26
username: ${{ github.actor }}
@@ -69,7 +69,7 @@ jobs:
69
steps:
70
- name: Login to DockerHub
71
if: ${{ github.event_name == 'push' }}
72
73
74
username: ${{ github.repository_owner }}
75
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments