Skip to content

Commit 0af4bd3

Browse files
committed
Incorrect name
1 parent de8b49e commit 0af4bd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_runtime_images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
FAST_VERSION=$(python3 get_latest_fast_version.py)
3030
echo "FAST_VERSION=$FAST_VERSION" >> "$GITHUB_ENV"
3131
if [ "${{ matrix.vgl }}" = "true" ]; then
32-
echo "VGL_TAG=-vgl" >> "$GITHUB_ENV"
32+
VGL_TAG=-vgl
3333
else
34-
echo "VGL_TAG=" >> "$GITHUB_ENV"
34+
VGL_TAG=
3535
fi
3636
if [ "${{ matrix.x_server }}" = "none" ]; then
37-
echo "X_TAG=no_x" >> "$GITHUB_ENV"
37+
X_TAG=no_x
3838
else
39-
echo "X_TAG=${{ matrix.x_server }}" >> "$GITHUB_ENV"
39+
X_TAG=${{ matrix.x_server }}
4040
fi
4141
IMAGE_NAME=fast:${FAST_VERSION}-${{ matrix.type }}-${{ matrix.opencl }}-$X_TAG-$VGL_TAG
4242
IMAGE_FILENAME=fast-${FAST_VERSION}-${{ matrix.type }}-${{ matrix.opencl }}-$X_TAG-$VGL_TAG.tar

0 commit comments

Comments
 (0)