Update docker publish flow

This commit is contained in:
Richard Roberson 2025-02-21 11:30:06 -07:00
parent 9d6632d2d0
commit 8db3d88cda

View file

@ -38,7 +38,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=latest,enable=${{ !contains(github.ref, '-pre') }}
type=semver,pattern={{version}}
- name: Build and push Docker image