Skip to content

Commit

Permalink
infra: disable cache on custom tezos rollup node pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Jul 6, 2023
1 parent e9a2d06 commit 438685a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rollup-tezos-binaries-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
with:
context: ./infra_tooling/docker/rollup-tezos-binaries/
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true
# cache-from: type=gha
# cache-to: type=gha,mode=max
# Only push if on main branch
push: ${{ github.ref == 'refs/heads/infra-main' }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion infra_tooling/docker/baseimage_build_kernels/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Docker image that contains tools to: build & originate smart contracts, build and run sr kernels
Docker image that contains tools to: build & originate smart contracts, build and run sr kernels

0 comments on commit 438685a

Please sign in to comment.