Update .gitea/workflows/docker-publish.yaml

This commit is contained in:
2026-07-27 07:56:06 +00:00
parent 46edcffed4
commit 1d10fcc8c6
-1
View File
@@ -73,7 +73,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=raw,value=dev-{{date 'YYYYMMDDTHHmm'}},enable=${{ github.ref == 'refs/heads/dev' }}
type=raw,value=prod-{{date 'YYYYMMDDTHHmm'}},enable=${{ github.ref == 'refs/heads/prod' }}