From 7c29c7be146198a10776ac6e43e813f58fdcf230 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 28 Feb 2024 18:05:47 +0100 Subject: [PATCH] Tests: Remove unnecesary tags --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6ec80e3..e719112 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,7 +110,6 @@ jobs: push: true tags: | ${{ steps.localreg.outputs.mixlocaltag }} - ${{ steps.mixmeta.outputs.tags }} - name: Prepare ecs Dockerfile run: sed -i 's|ejabberd/mix|${{ steps.localreg.outputs.mixlocaltag }}|g' ecs/Dockerfile @@ -128,7 +127,6 @@ jobs: push: true tags: | ${{ steps.localreg.outputs.ecslocaltag }} - ${{ steps.ecsmeta.outputs.tags }} - name: Run ecs image run: | @@ -176,7 +174,6 @@ jobs: platforms: linux/amd64 push: true tags: | - ${{ steps.localreg.outputs.mixtag }} ${{ steps.mixmeta.outputs.tags }} - name: Build and push ecs image to GHCR @@ -192,5 +189,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ${{ steps.localreg.outputs.ecstag }} ${{ steps.ecsmeta.outputs.tags }}