mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-06 05:57:38 +03:00
减少变量。
This commit is contained in:
parent
1ea9ea3985
commit
c7d4cc2fef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.repository }}:latest,${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.repository }},${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.repository }}:${{ steps.get_version.outputs.version }}
|
||||
tags: ${{ env.REGISTRY }}/${{ github.repository }}:latest,${{ env.REGISTRY }}/${{ github.repository }},${{ env.REGISTRY }}/${{ github.repository }}:${{ steps.get_version.outputs.version }}
|
||||
|
||||
# Sign the resulting Docker image digest except on PRs.
|
||||
# This will only write to the public Rekor transparency log when the Docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue