diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dba578c6..44c08f38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -195,5 +195,5 @@ jobs: push: false tags: ${{ env.IMAGE_LATEST_NAME }},${{ env.IMAGE_FULL_NAME }} platforms: linux/amd64,linux/arm64 - #cache-from: type=registry,ref=${{ env.IMAGE_CACHE_NAME }} + cache-from: type=registry,ref=${{ env.IMAGE_CACHE_NAME }} cache-to: type=registry,ref=${{ env.IMAGE_CACHE_NAME }},mode=max diff --git a/Dockerfile b/Dockerfile index 035efd66..3d671e95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ FROM ubuntu:noble-20240225 # Install build tools # --no-install-recommends RUN apt-get -y update -RUN apt-get -y upgrade +#RUN apt-get -y upgrade RUN apt-get -y install ca-certificates RUN apt-get -V --no-install-recommends -y install gnupg2 RUN apt-get clean