Skip to content

Commit

Permalink
fix the github action synatx
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Mar 27, 2024
1 parent a3413e5 commit 36e6046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload via oras
run: |
oras push docker.io/linuxsuren/hd:$GITHUB_OUTPUT release
oras push ${{ env.REGISTRY }/linuxsuren/hd:$GITHUB_OUTPUT release
oras push ${{ env.REGISTRY }}/linuxsuren/hd:$GITHUB_OUTPUT release
image:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 36e6046

Please sign in to comment.