There was an error while loading. Please reload this page.
2 parents 86c1c0c + 52df68f commit 68dca72Copy full SHA for 68dca72
1 file changed
.github/actions/login-repo/action.yml
@@ -21,14 +21,14 @@ runs:
21
steps:
22
-
23
name: Login to Docker Hub
24
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
25
with:
26
registry: docker.io
27
username: ${{ inputs.docker_username }}
28
password: ${{ inputs.docker_password }}
29
30
name: Login to GitHub Container Registry
31
32
33
registry: ghcr.io
34
username: ${{ inputs.ghcr_username }}
0 commit comments