Skip to content

Commit 68dca72

Browse files
authored
Merge branch 'development' into master
2 parents 86c1c0c + 52df68f commit 68dca72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/login-repo/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ runs:
2121
steps:
2222
-
2323
name: Login to Docker Hub
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
registry: docker.io
2727
username: ${{ inputs.docker_username }}
2828
password: ${{ inputs.docker_password }}
2929
-
3030
name: Login to GitHub Container Registry
31-
uses: docker/login-action@v2
31+
uses: docker/login-action@v3
3232
with:
3333
registry: ghcr.io
3434
username: ${{ inputs.ghcr_username }}

0 commit comments

Comments
 (0)