Skip to content

Commit

Permalink
Disable provenance due to issues with ghcr.io registry
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Oct 4, 2023
1 parent 4771d78 commit a0f6164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-images.yml
Expand Up @@ -61,6 +61,7 @@ jobs:
file: untested_base/Dockerfile_dev
pull: true
push: true
provenance: false
tags: |
${{ steps.names.outputs.dev }}:${{ steps.names.outputs.vertag }}
${{ steps.names.outputs.dev_latest }}
Expand All @@ -75,6 +76,7 @@ jobs:
file: untested_base/Dockerfile_empty
pull: true
push: true
provenance: false
tags: |
${{ steps.names.outputs.empty }}:${{ steps.names.outputs.vertag }}
${{ steps.names.outputs.empty_latest }}
Expand All @@ -90,6 +92,7 @@ jobs:
file: untested_base/Dockerfile_final
pull: true
push: true
provenance: false
tags: |
${{ steps.names.outputs.untested }}:${{ steps.names.outputs.vertag }}
${{ steps.names.outputs.untested_latest }}
Expand All @@ -104,6 +107,7 @@ jobs:
with:
context: base
push: true
provenance: false
tags: |
${{ steps.names.outputs.base_latest }}
${{ steps.names.outputs.base_date }}
Expand Down

0 comments on commit a0f6164

Please sign in to comment.