Skip to content

Commit

Permalink
Fix: don't use docker build cache in CI (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jan 25, 2024
2 parents ce48e38 + 231df06 commit 7fcbc10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: GIT-SHA=${{ github.sha }}
cache-from: type=gha,scope=cal-itp
cache-to: type=gha,scope=cal-itp,mode=max
context: .
file: Dockerfile
push: true
Expand Down

0 comments on commit 7fcbc10

Please sign in to comment.