mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 00:17:10 +00:00
fix based on https://stackoverflow.com/questions/75521775/buildx-docker-image-claims-to-be-a-manifest-list
This commit is contained in:
parent
e67c6cb97a
commit
6b4a3e23a8
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -140,8 +140,8 @@ jobs:
|
||||
"${{ env.DOCKERHUB_REPO }}:${{ env.version }}-build"
|
||||
"${{ env.GHCR_REPO }}:build"
|
||||
"${{ env.GHCR_REPO }}:${{ env.version }}-build"
|
||||
provenance: true
|
||||
sbom: true
|
||||
provenance: false
|
||||
sbom: false
|
||||
build-args: |
|
||||
version=${{ env.version }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user