This commit is contained in:
parent
ee902eabd5
commit
f93ed01b4a
@ -20,6 +20,12 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- name: debug ls dir
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
|
|
||||||
- uses: https://gitea.dhswt.de/actions/docker@master
|
- uses: https://gitea.dhswt.de/actions/docker@master
|
||||||
with:
|
with:
|
||||||
ci_registry_password: ${{ secrets.RELEASE_TOKEN }}
|
ci_registry_password: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user