Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
build: disable provenance attestations
Browse files Browse the repository at this point in the history
When removing untagged images it damages the docker manifest.
The workaround is to disable the attestations.

Link: snok/container-retention-policy#63
Signed-off-by: Daniel Wagner <dwagner@suse.de>
  • Loading branch information
igaw committed Nov 29, 2023
1 parent de917aa commit 3f23a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
push: true
provenance: false
tags: |
ghcr.io/igaw/linux-nvme/${{ matrix.type }}.staging:next
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
file: Dockerfile.${{ matrix.type }}
platforms: linux/amd64
push: true
provenance: false
tags: |
ghcr.io/igaw/linux-nvme/${{ matrix.type }}:next
Expand Down Expand Up @@ -118,5 +120,6 @@ jobs:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
push: true
provenance: false
tags: |
ghcr.io/igaw/linux-nvme/ubuntu-cross-${{ matrix.arch }}:next
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
push: true
provenance: false
tags: |
ghcr.io/igaw/linux-nvme/${{ matrix.type }}.staging:main
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
file: Dockerfile.${{ matrix.type }}
platforms: linux/amd64
push: true
provenance: false
tags: |
ghcr.io/igaw/linux-nvme/${{ matrix.type }}:${{ env.RELEASE_VERSION }}
ghcr.io/igaw/linux-nvme/${{ matrix.type }}:latest
Expand Down Expand Up @@ -123,6 +125,7 @@ jobs:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
push: true
provenance: false
tags: |
ghcr.io/igaw/linux-nvme/ubuntu-cross-${{ matrix.arch }}:${{ env.RELEASE_VERSION }}
ghcr.io/igaw/linux-nvme/ubuntu-cross-${{ matrix.arch }}:latest

0 comments on commit 3f23a1c

Please # to comment.