Debug workflows

This commit is contained in:
Nikolai Rodionov
2023-01-18 12:28:46 +01:00
parent cf2678c299
commit fdfc64924e
2 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
- name: Debug
run:
- echo ${{ env.GITHUB_ACTION_REPOSITORY }}
- env
- name: Build
uses: docker/build-push-action@v2
with: