diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ef9bf4d..d6e2d6e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,6 +41,10 @@ jobs: uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + # As long as we don't have releases everything on the main branch shall be tagged as latest + # TODO: Before first release correctly configure this + tags: | + type=raw,value=latest,enable={{is_default_branch}} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action