From 5d018365aca534c3302e8b23e3cbe84fd7f09e81 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 1 Mar 2024 22:28:51 +0100 Subject: [PATCH] perf: :construction_worker: update ci gitea tags --- .gitea/workflows/dl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index 3fa2a7e..96eaad3 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -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 }}