diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index a18f50b..9c03ab5 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -9,11 +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: | 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