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 }}