From 3b78bf69755afebb928ff818276adf47cfcb59b6 Mon Sep 17 00:00:00 2001 From: Brock Allen Date: Sun, 4 Feb 2024 01:15:01 +0000 Subject: [PATCH] ops: force hash change --- .gitea/workflows/ci.yml | 2 +- builder.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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