fix: Fixes typo in release workflow.

This commit is contained in:
2025-11-12 13:55:16 -05:00
parent 3b2fd14acf
commit 9e27dcec7b

View File

@@ -1,6 +1,6 @@
name: Create and publish a Docker image 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: on:
push: push:
tags: tags:
@@ -48,7 +48,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=semvar,pattern={{version}} type=semver,pattern={{version}}
type=sha type=sha
type=raw,value=latest type=raw,value=latest
- name: Build and push Docker image - name: Build and push Docker image