This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user