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

This commit is contained in:
Patryk Koreń
2026-01-07 20:20:55 +01:00
parent 1061864cae
commit e8ca15df06

View File

@@ -30,6 +30,11 @@ 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.push.tags }}
- run: echo ${{ gitea.event }}
- run: echo ${{ gitea }}
- name: Log in to Docker registry - name: Log in to Docker registry
run: | run: |