ops: force hash change
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user