File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1111 container_prod_all_providers :
1212 runs-on : ubuntu-latest
1313 steps :
14- - run : echo "Building and tagging $GITHUB_REPOSITORY:${{ github.event.inputs.tag }}"
1514 - uses : actions/checkout@v2 # Checking out the repo
1615 - name : Build and Publish Docker image
17162524 env :
2625 RELEASE_BODY_FILE : " ${{ github.event.inputs.tag }}-prod-all-providers-release-body.md"
2726 run : |
28- echo "Source image: $(grep ^FROM ./docker/prod-all-providers/Dockerfile |cut -d ' ' -f2) + OS updates\n" > ${RELEASE_BODY_FILE}
29- echo "Gems:\n" >> ${RELEASE_BODY_FILE}
27+ echo "## Components" > ${RELEASE_BODY_FILE}
28+ echo "" >> ${RELEASE_BODY_FILE}
29+ echo "This release includes the following:" >> ${RELEASE_BODY_FILE}
30+ echo "" >> ${RELEASE_BODY_FILE}
31+ echo "### Source image" >> ${RELEASE_BODY_FILE}
32+ echo "" >> ${RELEASE_BODY_FILE}
33+ echo "- $(grep ^FROM ./docker/prod-all-providers/Dockerfile |cut -d ' ' -f2) + OS updates" >> ${RELEASE_BODY_FILE}
34+ echo "" >> ${RELEASE_BODY_FILE}
35+ echo "### Gems" >> ${RELEASE_BODY_FILE}
36+ echo "" >> ${RELEASE_BODY_FILE}
3037 echo "$(grep -e 'vmpooler ([0-9]' docker/prod-all-providers/Gemfile.lock | xargs -L1 echo -)" >> ${RELEASE_BODY_FILE}
3138 echo "$(grep -e 'vmpooler-provider-.* ([0-9]' docker/prod-all-providers/Gemfile.lock | xargs -L1 echo -)" >> ${RELEASE_BODY_FILE}
3239 - name : Tag Release
You can’t perform that action at this time.
0 commit comments