diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0c70333..c78b939 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -83,6 +83,6 @@ jobs: context: . push: true tags: | - ghcr.io/${{ github.repository }}:${{ steps.extract_tag.outputs.tag }} + ghcr.io/${{ github.repository }}:$(echo $(git tag --points-at HEAD) | sed 's/ /,/g') ghcr.io/${{ github.repository }}:${{ github.sha }} ghcr.io/${{ github.repository }}:main