Compare commits

..

1 Commits
v1.0.0 ... main

Author SHA1 Message Date
9f013419a4 Update .gitea/workflows/publish.yaml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s
2024-01-13 07:45:34 +00:00

View File

@ -50,6 +50,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
- name: Build and push Docker image