chore(deps): update https://github.com/docker/login-action action to v4 #67

Closed
renovate-bot wants to merge 1 commit from renovate/https-github.com-docker-login-action-4.x into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c8698faf58 - Show all commits

View file

@ -70,7 +70,7 @@ jobs:
driver-opts: network=host
- name: Log in to Forgejo Container Registry
uses: https://github.com/docker/login-action@v3
uses: https://github.com/docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@ -121,7 +121,7 @@ jobs:
uses: https://github.com/docker/setup-buildx-action@v3
- name: Log in to Forgejo Container Registry
uses: https://github.com/docker/login-action@v3
uses: https://github.com/docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

View file

@ -63,7 +63,7 @@ jobs:
driver-opts: network=host
- name: Log in to Forgejo Container Registry
uses: https://github.com/docker/login-action@v3
uses: https://github.com/docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@ -112,7 +112,7 @@ jobs:
uses: https://github.com/docker/setup-buildx-action@v3
- name: Log in to Forgejo Container Registry
uses: https://github.com/docker/login-action@v3
uses: https://github.com/docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}