This commit is contained in:
Renovate Bot 2026-05-08 21:16:11 +00:00
parent fa7c2978fe
commit c8698faf58
2 changed files with 4 additions and 4 deletions

View file

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

View file

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