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 3ed7049 commit 9905c92Copy full SHA for 9905c92
1 file changed
.github/workflows/build-system-image.yml
@@ -67,6 +67,7 @@ jobs:
67
cd output
68
oras login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }}
69
oras push ${{ env.REGISTRY }}/${ARTIFACT_IMAGE_NAME,,}:${{ steps.build_image.outputs.version }} ${{ steps.build_image.outputs.image_filename }}
70
+ oras tag ${{ env.REGISTRY }}/${ARTIFACT_IMAGE_NAME,,}:${{ steps.build_image.outputs.version }} unstable
71
- name: Create release
72
id: create_release
73
uses: softprops/action-gh-release@v2
0 commit comments