From e8413e5f7edb0aba44707d198bfee97bbc3eef17 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 15 Aug 2024 10:52:09 +0000 Subject: [PATCH] Update .gitea/workflows/php-8.2.yaml --- .gitea/workflows/php-8.2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/php-8.2.yaml b/.gitea/workflows/php-8.2.yaml index 076b1af..3a3f9ab 100644 --- a/.gitea/workflows/php-8.2.yaml +++ b/.gitea/workflows/php-8.2.yaml @@ -33,7 +33,7 @@ jobs: uses: https://git.kjan.de/actions/build-push-action@v5 with: context: ./images/actions/php-8.2 - push: true + push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/php-8.2:latest git.kjan.de/actions/php-8.2:${{ gitea.run_number }}