perf: 👷 update ci gitea tags

This commit is contained in:
Michel Roux 2024-03-01 22:28:51 +01:00
parent 48b68f0fbe
commit 5d018365ac
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}
push: ${{ gitea.ref_name == 'master' || gitea.ref_type == 'tag' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}