From 3a647763694844bd1c1ed6fc63aa7e68cee76816 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 2 Mar 2024 00:42:46 +0000 Subject: [PATCH] Update docker/login-action --- .github/workflows/latest-docker-image.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest-docker-image.yml b/.github/workflows/latest-docker-image.yml index 41481a4..b3638da 100644 --- a/.github/workflows/latest-docker-image.yml +++ b/.github/workflows/latest-docker-image.yml @@ -17,7 +17,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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f99d205..f1dcab2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,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 }}