From 21fa8678ab777cbd1ac4ce13c5dc2701cb3fcee7 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Wed, 14 Feb 2024 15:56:53 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v2.2.0 | datasource | package | from | to | | ----------- | ------------------- | ---- | ------ | | github-tags | docker/login-action | v2 | v2.2.0 | --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 437a4352a52082b..694bd2112e5c432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }}