From d34f01774323aeb5fc247b2571413dbd287e256f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 29 Apr 2022 23:22:07 +0200 Subject: [PATCH] Don't use full for docker tags --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37bba1c..eff3892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,6 @@ jobs: with: target: "telegram" tags: >- - ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.full }}, ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.precedence }}, ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.core }}, ghcr.io/${{ github.repository }}-telegram:${{ steps.semver.outputs.pair }}, @@ -132,7 +131,6 @@ jobs: with: target: "web" tags: >- - ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.full }}, ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.precedence }}, ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.core }}, ghcr.io/${{ github.repository }}-web:${{ steps.semver.outputs.pair }},