Update docker.yml
Some checks failed
Docker / build (push) Failing after 3m27s
Build master branch / Build (push) Failing after 11m16s
Publish scripts / Publish scripts to Cloudflare Pages (push) Failing after 11m11s

This commit is contained in:
Xboard 2024-11-02 04:56:38 +08:00 committed by GitHub
parent 74b74deac5
commit 42faf00700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}