ops: force hash change
Some checks failed
ci / docker-build (pull_request) Successful in 8m28s
ci / build-and-test (pull_request) Failing after 36s

This commit is contained in:
Brock Allen
2024-02-04 01:15:01 +00:00
parent 39b80e370d
commit 3b78bf6975
2 changed files with 2 additions and 2 deletions

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