Merge pull request #66 from Fluttershub/renovate/docker-login-action-3.x

Update docker/login-action action to v3
This commit is contained in:
2025-03-11 18:14:55 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io - name: Login to ghcr.io
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
registry: ${{ env.IMAGE_REGISTRY }} registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.IMAGE_OWNER }} username: ${{ env.IMAGE_OWNER }}
@@ -54,7 +54,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io - name: Login to ghcr.io
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
registry: ${{ env.IMAGE_REGISTRY }} registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.IMAGE_OWNER }} username: ${{ env.IMAGE_OWNER }}