1
0
Fork 0
mirror of https://github.com/apernet/hysteria.git synced 2025-04-06 05:57:38 +03:00

减少变量。

This commit is contained in:
rebecca554owen 2024-01-01 15:49:39 +08:00 committed by GitHub
parent 1ea9ea3985
commit c7d4cc2fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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