Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxs0808 authored Dec 12, 2023
1 parent abe1d79 commit 1fb1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/cedar2025/hysteria:latest,${{ env.REGISTRY }}/cedar2025/hysteria,${{ env.REGISTRY }}/cedar2025/hysteria:${{ steps.get_version.outputs.version }}
tags: ${{ env.REGISTRY }}/tangxs0808/hysteria:latest,${{ env.REGISTRY }}/tangxs0808/hysteria,${{ env.REGISTRY }}/tangxs0808/hysteria:${{ 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
Expand Down

0 comments on commit 1fb1987

Please sign in to comment.