Skip to content

Commit 7a1c3ae

Browse files
authored
Update BuildImage.yml
1 parent 536943c commit 7a1c3ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
DOTNET_JSON="$(curl --retry 5 -sX GET https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json)"
2020
DOTNET_VERSIONS="$(echo $DOTNET_JSON | jq -r '."releases-index"[] | select(."support-phase"=="lts") | ."latest-sdk"' | tr '\n' ' ' | head -c -1)"
2121
DOTNET_TAG="$(echo $DOTNET_VERSIONS | tr ' ' '_')"
22-
echo "DOTNET_TAG=${{ secrets.DOTNET_TAG }}" >> $GITHUB_ENV
22+
echo "DOTNET_TAG=${DOTNET_TAG}" >> $GITHUB_ENV
2323
# Build image
2424
docker build --no-cache --build-arg DOTNET_VERSIONS="${DOTNET_VERSIONS}" -t ${{ github.sha }} .
2525

0 commit comments

Comments
 (0)