From 7394a56ef6ac3231a766455d8d199095f6e69fbb Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Wed, 11 Sep 2024 12:44:09 -0400 Subject: [PATCH] Restore usage of PUBLISH_SECRET for pushing container image --- .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 26438b34973..5c076c2f251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PUBLISH_SECRET }} - name: Build and push container image uses: docker/build-push-action@v6