File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 42
42
echo "Using DOCKER_REPOSITORY=${DOCKER_REPOSITORY}"
43
43
echo "DOCKER_REPOSITORY=${DOCKER_REPOSITORY}" >> $GITHUB_ENV
44
44
45
+ DOCKER_TAG="${RELEASE_TAG:1}"
46
+ echo "Using DOCKER_TAG=${DOCKER_TAG}"
47
+ echo "DOCKER_TAG=${DOCKER_TAG}" >> $GITHUB_ENV
48
+
45
49
- name : ' Initialize Chef Habitat environment'
46
50
uses : JarvusInnovations/habitat-action@action/v1
47
51
with :
67
71
password : ${{ secrets.GITHUB_TOKEN }}
68
72
registry : ${{ env.DOCKER_REGISTRY }}
69
73
image_name : ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_PACKAGE }}
70
- image_tag : ${{ env.RELEASE_TAG }}
74
+ image_tag : ${{ env.DOCKER_TAG }}
71
75
build_extra_args : |
72
76
--build-arg=SITE_TREE=${{ steps.site-projection.outputs.tree }}
73
77
--build-arg=SITE_VERSION=${{ env.RELEASE_TAG }}
You can’t perform that action at this time.
0 commit comments