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: with:
patterns: builder.Dockerfile patterns: builder.Dockerfile
- -
name: Downlaod docker image name: Download docker image
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }} 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"] VOLUME ["/builder/mnt"]
WORKDIR /builder/mnt WORKDIR /builder/mnt
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# install clang tools # install clang tools
ARG base_tag=bullseye ARG base_tag=bullseye