From d1180ffa88636d4baad617fc0f0351c9246bb1e4 Mon Sep 17 00:00:00 2001 From: Marvin Menzerath Date: Thu, 17 Feb 2022 19:44:19 +0100 Subject: [PATCH] fix: list of docker image tags --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0813165..50dab8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,9 +61,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') }} with: context: . - tags: - ghcr.io/${{ github.repository }}:${{ github.ref_name }} - ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }},ghcr.io/${{ github.repository }}:latest push: true release: