Skip to content

Commit 071401b

Browse files
authored
Merge pull request #346 from tobiasge/fix-action-warning
Fix warning in Github Actions
2 parents 64d82b5 + 3d244a1 commit 071401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
216216
TARGET_DOCKER_TAG="${TARGET_DOCKER_TAG}-${DOCKER_TARGET}"
217217
fi
218218
if [ -n "${GH_ACTION}" ]; then
219-
echo "::set-env name=FINAL_DOCKER_TAG::${TARGET_DOCKER_TAG}"
219+
echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> $GITHUB_ENV
220220
echo "::set-output name=skipped::false"
221221
fi
222222

0 commit comments

Comments
 (0)