mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 05:19:56 +00:00
Update docker.yml
This commit is contained in:
parent
2d396d3789
commit
9894594e8c
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/hysteria
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/hysteria
|
||||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/hysteria:latest
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/hysteria:latest
|
||||||
@ -86,4 +86,4 @@ jobs:
|
|||||||
DIGEST: ${{ steps.build-and-push.outputs.digest }}
|
DIGEST: ${{ steps.build-and-push.outputs.digest }}
|
||||||
# This step uses the identity token to provision an ephemeral certificate
|
# This step uses the identity token to provision an ephemeral certificate
|
||||||
# against the sigstore community Fulcio instance.
|
# against the sigstore community Fulcio instance.
|
||||||
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
|
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user