diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 818ec72..49ea646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,8 @@ jobs: id: meta uses: docker/metadata-action@v5 with: + tags: | + type=semver,pattern={{version}} images: | ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }} ${{ env.DOCKER_HUB_REGISTRY }}/${{ env.IMAGE_NAME }}