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 }}
|
password: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run:
|
run: |
|
||||||
- echo ${{ env.GITHUB_ACTION_REPOSITORY }}
|
echo ${{ env.GITHUB_ACTION_REPOSITORY }}
|
||||||
- env
|
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