add debug step
Docker Build / docker-build (push) Failing after 3m24s

This commit is contained in:
2023-12-24 14:31:29 +01:00
parent ee902eabd5
commit f93ed01b4a
+6
View File
@@ -20,6 +20,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: debug ls dir
shell: bash
run: |
pwd
ls -lah
- uses: https://gitea.dhswt.de/actions/docker@master
with:
ci_registry_password: ${{ secrets.RELEASE_TOKEN }}