There was an error while loading. Please reload this page.
2 parents d2166ff + f058b90 commit 5394325Copy full SHA for 5394325
1 file changed
.github/workflows/reusable-docker-build.yaml
@@ -141,14 +141,14 @@ jobs:
141
142
- name: Login to DockerHub
143
if: inputs.dockerhub-enable
144
- uses: docker/login-action@v3.4.0
+ uses: docker/login-action@v3.5.0
145
with:
146
username: ${{ secrets.dockerhub-username }}
147
password: ${{ secrets.dockerhub-token }}
148
149
- name: Login to GHCR
150
if: inputs.ghcr-enable
151
152
153
registry: ghcr.io
154
username: ${{ github.actor }}
0 commit comments