mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +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.DOCKERHUB_REPO }}:${{ env.version }}-build"
|
||||||
"${{ env.GHCR_REPO }}:build"
|
"${{ env.GHCR_REPO }}:build"
|
||||||
"${{ env.GHCR_REPO }}:${{ env.version }}-build"
|
"${{ env.GHCR_REPO }}:${{ env.version }}-build"
|
||||||
provenance: true
|
provenance: false
|
||||||
sbom: true
|
sbom: false
|
||||||
build-args: |
|
build-args: |
|
||||||
version=${{ env.version }}
|
version=${{ env.version }}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user