From cbdee68ccd783f2e8b8d96925843714770cadf1e Mon Sep 17 00:00:00 2001 From: Mario Winkler <168550098+mario-winkler@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:15:20 +0100 Subject: [PATCH] Update build-publish-image.yml --- .github/workflows/build-publish-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-image.yml b/.github/workflows/build-publish-image.yml index 3f4b737..c0531ea 100644 --- a/.github/workflows/build-publish-image.yml +++ b/.github/workflows/build-publish-image.yml @@ -50,4 +50,6 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: eoepca/registration-harvester:latest,eoepca/registration-harvester:${{ env.HARVESTER_VERSION }} + tags: eoepca/registration-harvester:latest + #tags: eoepca/registration-harvester:latest,eoepca/registration-harvester:${{ env.HARVESTER_VERSION }} +