From 02737aca3df939f028131672ed9614ec2e3f7ffe Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 29 Jul 2026 15:22:39 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.6.0 --- .gitea/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 310e5f2..18cda2f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: git.cryptic.systems username: ${{ github.repository_owner }} @@ -47,7 +47,7 @@ jobs: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: git.cryptic.systems username: ${{ github.repository_owner }} @@ -72,7 +72,7 @@ jobs: - push-arm64 - push-amd64 steps: - - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: git.cryptic.systems username: ${{ github.repository_owner }}