Update docker.yml
Some checks failed
Docker / build (push) Failing after 1m5s
Build master branch / Build (push) Failing after 25m41s

This commit is contained in:
Xboard 2024-11-02 04:56:38 +08:00 committed by xboard
parent 2d396d3789
commit 9894594e8c

View File

@ -69,7 +69,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/hysteria
${{ env.REGISTRY }}/${{ github.repository_owner }}/hysteria:latest
@ -86,4 +86,4 @@ jobs:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}