diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 9e7ecf5..9761d74 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -21,8 +21,8 @@ jobs: packages: write steps: - # - name: Prepare the container - # run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh + - name: Prepare the container + run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh - name: Checkout repository uses: actions/checkout@v4