File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4242 echo "Using DOCKER_REPOSITORY=${DOCKER_REPOSITORY}"
4343 echo "DOCKER_REPOSITORY=${DOCKER_REPOSITORY}" >> $GITHUB_ENV
4444
45+ DOCKER_TAG="${RELEASE_TAG:1}"
46+ echo "Using DOCKER_TAG=${DOCKER_TAG}"
47+ echo "DOCKER_TAG=${DOCKER_TAG}" >> $GITHUB_ENV
48+
4549 - name : ' Initialize Chef Habitat environment'
4650 uses : JarvusInnovations/habitat-action@action/v1
4751 with :
6771 password : ${{ secrets.GITHUB_TOKEN }}
6872 registry : ${{ env.DOCKER_REGISTRY }}
6973 image_name : ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_PACKAGE }}
70- image_tag : ${{ env.RELEASE_TAG }}
74+ image_tag : ${{ env.DOCKER_TAG }}
7175 build_extra_args : |
7276 --build-arg=SITE_TREE=${{ steps.site-projection.outputs.tree }}
7377 --build-arg=SITE_VERSION=${{ env.RELEASE_TAG }}
Original file line number Diff line number Diff line change 11[holosource ]
22url = " https://github.com/JarvusInnovations/emergence-skeleton-v2"
3- ref = " refs/tags/v2.7.2 "
3+ ref = " refs/tags/v2.7.3 "
You can’t perform that action at this time.
0 commit comments