From 4cc54fcb0f5d03bee40b1e94e5c73e8de80cd98e Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Fri, 19 Apr 2024 15:52:56 +0000 Subject: [PATCH] Update .github/workflows/publish-github.yaml --- .github/workflows/publish-github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-github.yaml b/.github/workflows/publish-github.yaml index 3187091..b61a2ed 100644 --- a/.github/workflows/publish-github.yaml +++ b/.github/workflows/publish-github.yaml @@ -29,7 +29,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PACKAGE_PAT }} # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - name: Extract metadata (tags, labels) for Docker id: meta -- 2.45.2