Debug workflows
This commit is contained in:
parent
cf2678c299
commit
fdfc64924e
4
.github/workflows/container-stable.yaml
vendored
4
.github/workflows/container-stable.yaml
vendored
@ -32,6 +32,10 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.CR_PAT }}
|
password: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
|
- name: Debug
|
||||||
|
run:
|
||||||
|
- echo ${{ env.GITHUB_ACTION_REPOSITORY }}
|
||||||
|
- env
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user