From c870b89ca987a19fbcdc5855389efbec5cc23155 Mon Sep 17 00:00:00 2001 From: Mario Winkler <168550098+mw-dlr@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:31:15 +0200 Subject: [PATCH] Update build-publish-image.yml --- .github/workflows/build-publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-image.yml b/.github/workflows/build-publish-image.yml index d7f6f3b..111fcfe 100644 --- a/.github/workflows/build-publish-image.yml +++ b/.github/workflows/build-publish-image.yml @@ -22,4 +22,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: eoepca/registration-harvester:latest + tags: eoepca/registration-harvester:latest,eoepca/registration-harvester:${{ github.ref_name }}