File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ concurrency:
3434jobs :
3535 imageEKS :
3636 name : build-docker-image-EKS
37- if : github.event.action != 'closed' && !contains(github.event.pull_request.body, 'ci:skip-build')
37+ if : github.event.action != 'closed'
3838 runs-on : ${{ vars.RUNNER }}
3939 steps :
4040
5353 RESOLVED_IMAGE_TAG=${{ env.IMAGE_TAG }}
5454 echo "IMAGE=${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:$RESOLVED_IMAGE_TAG" >> $GITHUB_ENV
5555 - name : Generate image EKS
56+ if : !contains(github.event.pull_request.body, 'ci:skip-build')
5657 run : |
5758 cd pm4-k8s-distribution/images
5859 export CI_RELEASE_BRANCH=$RELEASE_BRANCH
8081 username : ${{ secrets.REGISTRY_USERNAME }}
8182 password : ${{ secrets.REGISTRY_PASSWORD }}
8283 - name : Push Enterprise Image to Harbor
84+ if : !contains(github.event.pull_request.body, 'ci:skip-build')
8385 run : |
8486 docker tag processmaker/enterprise:${{env.IMAGE_TAG}} ${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:${{env.IMAGE_TAG}}
8587 docker push ${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:${{env.IMAGE_TAG}}
You can’t perform that action at this time.
0 commit comments