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