File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 DOCKER_CLI_EXPERIMENTAL : enabled
12- IMAGE_NAME : heartexlabs/label-studio
1312 RELEASE_TAG : ' latest'
1413 DEVELOP_TAG : ' develop'
15- UBI_TAG : ' ubi_develop'
1614
1715jobs :
1816 docker_build_and_push :
6058 context : .
6159 file : Dockerfile
6260 push : true
63- tags : ${{ env.IMAGE_NAME }} :${{ env.DEVELOP_TAG }}
61+ tags : heartexlabs/label-studio :${{ env.DEVELOP_TAG }}
6462 cache-from : type=gha
6563 cache-to : type=gha,mode=max
6664
7876 context : .
7977 file : Dockerfile.redhat
8078 push : true
81- tags : scan.connect.redhat.com/${{ secrets.REDHAT_MARKETPLACE_LS_PASSWORD }}/${{ env.IMAGE_NAME }} :${{ env.UBI_TAG }}
79+ tags : scan.connect.redhat.com/${{ secrets.REDHAT_MARKETPLACE_LS_OSPID }}/label-studio :${{ env.DEVELOP_TAG }}
8280 cache-from : type=gha
8381 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments