chore: stop publishing latest tag

This commit is contained in:
Aarnav Tale 2025-02-27 21:52:22 -05:00
parent 30a1153fa5
commit 7117060863
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ name: Publish Docker Image
on:
push:
tags:
- '*'
- "*"
jobs:
publish:
@ -30,6 +30,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push Docker image
uses: docker/build-push-action@v5