From 80dd528ea6913b1d99cf8a98fe476462aa2083ad Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 9 Jun 2024 18:43:37 +0200 Subject: [PATCH] What if we remove the default label, will it then only push to GHCR? --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f7bde7..2be4208 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - ZeusWPI/Tap ghcr.io/ZeusWPI/Tap tags: | type=sha @@ -37,7 +36,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - registry: ghcr.io + registry: ${{ env.REGISTRY }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}