Skip to content

Commit

Permalink
.github: add no-cache bool to ensure we are always building new
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 10, 2023
1 parent 80e99c4 commit cd5386f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
OUTPUT_IMAGE_NAME: ${{ needs.prepare-env.outputs.output_image_name }}
with:
context: .
no-cache: true
provenance: false
platforms: linux/amd64
# Only push if the head and base repos match, meaning it is not a fork
Expand All @@ -214,6 +215,7 @@ jobs:
OUTPUT_IMAGE_NAME: ${{ needs.prepare-env.outputs.output_image_name }}
with:
context: .
no-cache: true
platforms: linux/amd64,linux/arm64
provenance: false
push: true
Expand Down

0 comments on commit cd5386f

Please sign in to comment.