From 2dbba666beb0fbf415da24b7d7a86a812ee7439c Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 20 Dec 2022 09:11:45 -0800 Subject: [PATCH] github: strict tags --- .github/workflows/docker.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 01010b340..4cfad7248 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -67,12 +67,6 @@ jobs: platforms: linux/amd64,linux/arm64,linux/armhf push: true tags: | - koush/scrypted:${{ matrix.BASE }}${{ matrix.SUPERVISOR }} - ${{ format('koush/scrypted:v{0}-{1}{2}', github.event.inputs.package_version || steps.package-version.outputs.current-version, matrix.BASE, matrix.SUPERVISOR) }} - - ghcr.io/koush/scrypted:${{ matrix.BASE }}${{ matrix.SUPERVISOR }} - ${{ format('ghcr.io/koush/scrypted:v{0}-{1}{2}', github.event.inputs.package_version || steps.package-version.outputs.current-version, matrix.BASE, matrix.SUPERVISOR) }} - ${{ matrix.BASE == '18-bullseye-full' && matrix.SUPERVISOR == '.s6' && format('koush/scrypted:{0}', github.event.inputs.docker_tag) }} ${{ matrix.BASE == '18-bullseye-lite' && matrix.SUPERVISOR == '' && 'koush/scrypted:lite' || '' }} ${{ matrix.BASE == '18-bullseye-thin' && matrix.SUPERVISOR == '' && 'koush/scrypted:thin' || '' }}