From a68a03b79b26d6ad106424cce2ff12877351dba7 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 2 Mar 2024 00:41:29 +0000 Subject: [PATCH] Update docker/login-action --- .github/workflows/update-release-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-release-image.yml b/.github/workflows/update-release-image.yml index 91709b6..d5e8004 100644 --- a/.github/workflows/update-release-image.yml +++ b/.github/workflows/update-release-image.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }}