From b70293a17f8aedeafbc338e4dc2ba6383527c4d7 Mon Sep 17 00:00:00 2001 From: Chris Ainsworth-Patrick Date: Thu, 17 Aug 2023 09:08:40 +0100 Subject: [PATCH] tweaks --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b64f0f1..1d86aa7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -45,7 +45,6 @@ jobs: org.opencontainers.image.revision=${{ env.SHA }} tags: | latest - ${{github.ref_name}} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action @@ -59,4 +58,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} secrets: | - "gitghatoken=${{ secrets.GIT_GHA_TOKEN }}" + "gitghatoken=${{ secrets.GITHUB_TOKEN }}"