Skip to content

Commit

Permalink
add additional comment around no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 10, 2023
1 parent cd5386f commit dc67057
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ jobs:
OUTPUT_IMAGE_NAME: ${{ needs.prepare-env.outputs.output_image_name }}
with:
context: .
# We don't use the cache to reduce complexity. We've seen issues of
# the same commit from a PR and on main causing incorrect images being
# built.
no-cache: true
provenance: false
platforms: linux/amd64
Expand All @@ -215,6 +218,9 @@ jobs:
OUTPUT_IMAGE_NAME: ${{ needs.prepare-env.outputs.output_image_name }}
with:
context: .
# We don't use the cache to reduce complexity. We've seen issues of
# the same commit from a PR and on main causing incorrect images being
# built.
no-cache: true
platforms: linux/amd64,linux/arm64
provenance: false
Expand Down

0 comments on commit dc67057

Please sign in to comment.