Skip to content

Commit 9905c92

Browse files
committed
Tag new images as 'unstable' automatically
1 parent 3ed7049 commit 9905c92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-system-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
cd output
6868
oras login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }}
6969
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
7071
- name: Create release
7172
id: create_release
7273
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)