Skip to content

Commit 36e6046

Browse files
authored
fix the github action synatx
1 parent a3413e5 commit 36e6046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload via oras
4141
run: |
4242
oras push docker.io/linuxsuren/hd:$GITHUB_OUTPUT release
43-
oras push ${{ env.REGISTRY }/linuxsuren/hd:$GITHUB_OUTPUT release
43+
oras push ${{ env.REGISTRY }}/linuxsuren/hd:$GITHUB_OUTPUT release
4444
4545
image:
4646
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)