Compare commits

...

1 commit

Author SHA1 Message Date
Renovate Bot
952607f1ff Update docker/login-action action to v4
Some checks failed
Build k8s-mgmt-pod image / Build & Push (pull_request) Failing after 15s
2026-06-24 12:02:00 +00:00

View file

@ -87,7 +87,7 @@ jobs:
- name: Log in to GitHub Container Registry - name: Log in to GitHub Container Registry
if: github.event_name != 'pull_request' && github.server_url == 'https://github.com' if: github.event_name != 'pull_request' && github.server_url == 'https://github.com'
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@ -95,7 +95,7 @@ jobs:
- name: Log in to Forgejo Container Registry - name: Log in to Forgejo Container Registry
if: github.event_name != 'pull_request' && github.server_url != 'https://github.com' if: github.event_name != 'pull_request' && github.server_url != 'https://github.com'
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ steps.platform.outputs.registry }} registry: ${{ steps.platform.outputs.registry }}
username: ${{ github.actor }} username: ${{ github.actor }}