diff --git a/.github/workflows/buildeux.yml b/.github/workflows/buildeux.yml index cfaccae..0c690c3 100644 --- a/.github/workflows/buildeux.yml +++ b/.github/workflows/buildeux.yml @@ -4,7 +4,8 @@ name: Build and publish Docker image on: release: - types: [published] + types: + - 'published' push: branches: - 'main' @@ -48,6 +49,8 @@ jobs: images: | fetzu/teslamate-abrp ghcr.io/${{ github.repository }} + tags: | + type=semver,pattern={{version}} - name: Build and push Docker images for releases if: github.event_name == 'release'