We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3413e5 commit 36e6046Copy full SHA for 36e6046
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Upload via oras
41
run: |
42
oras push docker.io/linuxsuren/hd:$GITHUB_OUTPUT release
43
- oras push ${{ env.REGISTRY }/linuxsuren/hd:$GITHUB_OUTPUT release
+ oras push ${{ env.REGISTRY }}/linuxsuren/hd:$GITHUB_OUTPUT release
44
45
image:
46
runs-on: ubuntu-20.04
0 commit comments