diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0379bbe..dbef8d5 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -1,6 +1,6 @@ name: Create and publish a Docker image -# Configures this workflow to run every time a change is pushed to the main branch with a semvar tag. +# Configures this workflow to run every time a change is pushed to the main branch with a semver tag. on: push: tags: @@ -48,7 +48,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | type=ref,event=branch - type=semvar,pattern={{version}} + type=semver,pattern={{version}} type=sha type=raw,value=latest - name: Build and push Docker image