fix: Fixes typo in release workflow.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 4m22s

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

View File

@@ -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