diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index ea3ef62..a18f50b 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -9,9 +9,11 @@ inputs: runs: using: 'composite' steps: - - run: echo 'a: Set up QEMU' + - run: echo a: Set up QEMU - - run: echo 'b: Login to DockerHub' + - run: echo b: Login to DockerHub if: ${{ inputs.password != '' }} - - run: echo 'c: Set up Docker BuildX' \ No newline at end of file + - run: | + sleep 10 + echo c: Set up Docker BuildX \ No newline at end of file