File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,25 +87,25 @@ jobs:
8787 fi
8888
8989 echo "Short terraform: ${SHORT_TERRAFORM}"
90- echo "::set-output name= terraform:: $SHORT_TERRAFORM"
90+ echo "terraform= $SHORT_TERRAFORM" >> $GITHUB_OUTPUT
9191
9292 echo "Short tag enabled: $SHORT_TAG_ENABLED"
93- echo "::set-output name= short-enabled:: $SHORT_TAG_ENABLED"
93+ echo "short-enabled= $SHORT_TAG_ENABLED" >> $GITHUB_OUTPUT
9494
9595 echo "Release tag: ${RELEASE_TAG}"
96- echo "::set-output name= release-tag:: $RELEASE_TAG"
96+ echo "release-tag= $RELEASE_TAG" >> $GITHUB_OUTPUT
9797
9898 echo "Release tag enabled: $RELEASE_TAG_ENABLED"
99- echo "::set-output name= release-tag-enabled:: $RELEASE_TAG_ENABLED"
99+ echo "release-tag-enabled= $RELEASE_TAG_ENABLED" >> $GITHUB_OUTPUT
100100
101101 echo "Release tag short enabled: $RELEASE_TAG_SHORT_ENABLED"
102- echo "::set-output name= release-tag-short-enabled:: $RELEASE_TAG_SHORT_ENABLED"
102+ echo "release-tag-short-enabled= $RELEASE_TAG_SHORT_ENABLED" >> $GITHUB_OUTPUT
103103
104104 echo "Base enabled: $BASE_ENABLED"
105- echo "::set-output name= base-enabled:: $BASE_ENABLED"
105+ echo "base-enabled= $BASE_ENABLED" >> $GITHUB_OUTPUT
106106
107107 echo "Latest enabled: $LATEST_ENABLED"
108- echo "::set-output name= latest-enabled:: $LATEST_ENABLED"
108+ echo "latest-enabled= $LATEST_ENABLED" >> $GITHUB_OUTPUT
109109
110110 - name : Docker CNTK meta ${{ matrix.base }}:${{ matrix.terraform }}
111111 id : cntk-meta
You can’t perform that action at this time.
0 commit comments