From fa08d7975cd37336bd90a7ecb694b8a55ee4d76a Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Fri, 16 Feb 2024 20:49:42 +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 6fdf7a49f2fb7f..eb2f36cc7f22e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,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 }}