1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

ci: only push on demand images to nginxproxy/nginx-proxy

This commit is contained in:
Nicolas Duchon 2024-12-08 13:15:38 +01:00 committed by GitHub
parent b6c8851794
commit 0c141e64ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,7 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: | images: |
ghcr.io/nginx-proxy/nginx-proxy
nginxproxy/nginx-proxy nginxproxy/nginx-proxy
jwilder/nginx-proxy
tags: | tags: |
type=raw,value=${{ inputs.image_tag }},enable=${{ matrix.base == 'debian' }} type=raw,value=${{ inputs.image_tag }},enable=${{ matrix.base == 'debian' }}
type=raw,value=${{ inputs.image_tag }},suffix=-alpine,enable=${{ matrix.base == 'alpine' }} type=raw,value=${{ inputs.image_tag }},suffix=-alpine,enable=${{ matrix.base == 'alpine' }}