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 5623988 commit 10be172Copy full SHA for 10be172
.github/workflows/release.yaml
@@ -37,8 +37,8 @@ jobs:
37
GITHUB_TOKEN: ${{ secrets.GH_PUBLISH_SECRETS }}
38
- name: Upload via oras
39
run: |
40
- oras push docker.io/linuxsuren/hd:$GITHUB_OUTPUT release
41
- oras push ${{ env.REGISTRY }}/linuxsuren/hd:$GITHUB_OUTPUT release
+ oras push docker.io/linuxsuren/hd:${{ steps.vars.outputs.tag }} release
+ oras push ${{ env.REGISTRY }}/linuxsuren/hd:${{ steps.vars.outputs.tag }} release
42
43
image:
44
runs-on: ubuntu-20.04
0 commit comments