From 7cb0e7e6919759801eeff15cb18e1d776083e618 Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 19 Sep 2024 13:25:09 -0700 Subject: [PATCH] try removing tags from docker/build-push-action@v6 action --- .github/workflows/ghcr-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index 8ee30175..f301148a 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -17,7 +17,7 @@ on: env: # Use docker.io for Docker Hub if empty - REGISTRY_IMAGE: ghcr.io/TaqlaAI/sourcebot + REGISTRY_IMAGE: ghcr.io/taqlaai/sourcebot jobs: build: @@ -77,7 +77,6 @@ jobs: uses: docker/build-push-action@v6 with: context: . - tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max