Skip to content

Commit

Permalink
Revert "container: Disable cache for the moment"
Browse files Browse the repository at this point in the history
This reverts commit 5cb109f.
  • Loading branch information
fischeti committed Sep 4, 2024
1 parent d80a42f commit 5bfca71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
# cache-from: type=gha
# cache-to: type=gha,mode=max`
cache-from: type=gha
cache-to: type=gha,mode=max`
file: util/container/Dockerfile
push: true
tags: ghcr.io/pulp-platform/snitch_cluster:${{ github.ref_name }}
Expand Down

0 comments on commit 5bfca71

Please sign in to comment.