diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2a3beac..21f5876 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: with: patterns: builder.Dockerfile - - name: Downlaod docker image + name: Download docker image uses: actions/download-artifact@v3 with: name: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }} diff --git a/builder.Dockerfile b/builder.Dockerfile index fb468a7..036837b 100644 --- a/builder.Dockerfile +++ b/builder.Dockerfile @@ -30,7 +30,7 @@ RUN echo "alias ll='ls -laGFh'" >> /root/.bashrc VOLUME ["/builder/mnt"] WORKDIR /builder/mnt -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # install clang tools ARG base_tag=bullseye