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 648b2ed commit 8ab2d4bCopy full SHA for 8ab2d4b
1 file changed
.github/workflows/build-system-image.yml
@@ -64,8 +64,9 @@ jobs:
64
env:
65
ARTIFACT_IMAGE_NAME: ${{ env.ARTIFACT_IMAGE_NAME }}
66
run: |
67
+ cd output
68
oras login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }}
- oras push ${{ env.REGISTRY }}/${ARTIFACT_IMAGE_NAME,,}:${{ steps.build_image.outputs.version }} output/${{ steps.build_image.outputs.image_filename }}
69
+ oras push ${{ env.REGISTRY }}/${ARTIFACT_IMAGE_NAME,,}:${{ steps.build_image.outputs.version }} ${{ steps.build_image.outputs.image_filename }}
70
- name: Create release
71
id: create_release
72
uses: softprops/action-gh-release@v2
0 commit comments