From b5b5f28cd225d728353e437d0bdf8b848e7592af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:30:49 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/create-base-image.yaml | 2 +- .github/workflows/deploy-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-base-image.yaml b/.github/workflows/create-base-image.yaml index 8bcb19e..101ce52 100644 --- a/.github/workflows/create-base-image.yaml +++ b/.github/workflows/create-base-image.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: 🔑 Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index 3a6c033..197e6f4 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: 🔑 Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}