Skip to content

Commit

Permalink
Disable build cache to reduce space used while building.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 28, 2024
1 parent d5c332b commit ad3652b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-baseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
push: true
pull: true
provenance: false
no-cache: true
platforms: ${{ fromJSON(matrix.info).platforms }}
tags: localhost:5000/${{ env.DOCKER_IMAGE_NAME }}:github-ci
build-args: |
Expand Down

0 comments on commit ad3652b

Please sign in to comment.