From 0c141e64ba3c0c4445796161f5203a2b9037e492 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Sun, 8 Dec 2024 13:15:38 +0100 Subject: [PATCH] ci: only push on demand images to nginxproxy/nginx-proxy --- .github/workflows/build-publish-dispatch.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-publish-dispatch.yml b/.github/workflows/build-publish-dispatch.yml index 50583a0..01a7b37 100644 --- a/.github/workflows/build-publish-dispatch.yml +++ b/.github/workflows/build-publish-dispatch.yml @@ -34,9 +34,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - ghcr.io/nginx-proxy/nginx-proxy nginxproxy/nginx-proxy - jwilder/nginx-proxy tags: | type=raw,value=${{ inputs.image_tag }},enable=${{ matrix.base == 'debian' }} type=raw,value=${{ inputs.image_tag }},suffix=-alpine,enable=${{ matrix.base == 'alpine' }}