From 6add9f7cad172c5a89547b56d7f9b00ce956b222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kore=C5=84?= Date: Wed, 7 Jan 2026 20:25:20 +0100 Subject: [PATCH] ci9 --- .gitea/workflows/build_container.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build_container.yml b/.gitea/workflows/build_container.yml index aaa60aa..e724f7d 100644 --- a/.gitea/workflows/build_container.yml +++ b/.gitea/workflows/build_container.yml @@ -30,10 +30,12 @@ jobs: GITHUB_REPOSITORY_OWNER: ${{ gitea.repository_owner }} GITHUB_REPOSITORY: ${{ gitea.repo }} GITHUB_REF_NAME: ${{ matrix.variant.tag_suffix }} - - run: echo ${{ gitea.event.push }} - - run: echo ${{ gitea.event.push.tags }} - - run: echo ${{ gitea.event }} - - run: echo ${{ gitea }} + - run: echo ${{ gitea.event.ref }} + - run: echo ${{ gitea.ref_name }} + - run: echo ${{ gitea.ref_type }} + - run: echo ${{ github.event.ref }} + - run: echo ${{ github.ref_name }} + - run: echo ${{ github.ref_type }} - name: Log in to Docker registry