ops: Fix CICD docker usage #4

Closed
brock wants to merge 15 commits from fix/cicd into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3b78bf6975 - Show all commits

View File

@@ -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 }}

View File

@@ -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