Skip to content

Commit

Permalink
fix: disable provenance and sbom info in manifest
Browse files Browse the repository at this point in the history
Prevent the error "docker.io/***/*** is a manifest list" (which occurs when execute "docker manifest create xxx -a xxx")
  • Loading branch information
he-sb authored Jan 31, 2023
1 parent 2f71a83 commit 092339e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_cadvidor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
platforms: linux/arm64
push: true
build-args: CADVISOR_VERSION=${{ github.event.inputs.cadvisor_version }}
provenance: false
sbom: false
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/cadvisor:latest-arm64
${{ secrets.DOCKERHUB_USERNAME }}/cadvisor:${{ github.event.inputs.cadvisor_version }}-arm64
Expand Down Expand Up @@ -61,6 +63,8 @@ jobs:
platforms: linux/amd64
push: true
build-args: CADVISOR_VERSION=${{ github.event.inputs.cadvisor_version }}
provenance: false
sbom: false
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/cadvisor:latest-amd64
${{ secrets.DOCKERHUB_USERNAME }}/cadvisor:${{ github.event.inputs.cadvisor_version }}-amd64
Expand Down

0 comments on commit 092339e

Please sign in to comment.