Fix worklow syntax
This commit is contained in:
parent
fdfc64924e
commit
543ca1b21b
6
.github/workflows/container-stable.yaml
vendored
6
.github/workflows/container-stable.yaml
vendored
@ -33,9 +33,9 @@ jobs:
|
||||
password: ${{ secrets.CR_PAT }}
|
||||
|
||||
- name: Debug
|
||||
run:
|
||||
- echo ${{ env.GITHUB_ACTION_REPOSITORY }}
|
||||
- env
|
||||
run: |
|
||||
echo ${{ env.GITHUB_ACTION_REPOSITORY }}
|
||||
env
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user