Skip to content

Commit

Permalink
Force new cache space
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Jan 31, 2024
1 parent bf714b4 commit 5badd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
${{ steps.tags.outputs.mutable_docker_tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha,scope=l1
cache-to: type=gha,mode=max,scope=l1
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
NETWORK=${{ env.NETWORK }}
VERSION=${{ github.run_number }}_${{ steps.git.outputs.sha_short }}
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends --no-install-su
llvm-dev \
libclang-dev \
clang \
&& rm -rf /var/lib/apt/lists/*


# Install jwt dependencies
RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests \
libjansson-dev \
autoconf \
automake \
Expand Down

0 comments on commit 5badd92

Please sign in to comment.