ci9
Some checks failed
Build and Push Docker Image / docker (push) Failing after 57s

This commit is contained in:
Patryk Koreń
2026-01-07 20:25:20 +01:00
parent e8ca15df06
commit 6add9f7cad

View File

@@ -30,10 +30,12 @@ jobs:
GITHUB_REPOSITORY_OWNER: ${{ gitea.repository_owner }} GITHUB_REPOSITORY_OWNER: ${{ gitea.repository_owner }}
GITHUB_REPOSITORY: ${{ gitea.repo }} GITHUB_REPOSITORY: ${{ gitea.repo }}
GITHUB_REF_NAME: ${{ matrix.variant.tag_suffix }} GITHUB_REF_NAME: ${{ matrix.variant.tag_suffix }}
- run: echo ${{ gitea.event.push }} - run: echo ${{ gitea.event.ref }}
- run: echo ${{ gitea.event.push.tags }} - run: echo ${{ gitea.ref_name }}
- run: echo ${{ gitea.event }} - run: echo ${{ gitea.ref_type }}
- run: echo ${{ gitea }} - run: echo ${{ github.event.ref }}
- run: echo ${{ github.ref_name }}
- run: echo ${{ github.ref_type }}
- name: Log in to Docker registry - name: Log in to Docker registry