Skip to content

Commit

Permalink
Merge pull request #346 from tobiasge/fix-action-warning
Browse files Browse the repository at this point in the history
Fix warning in Github Actions
  • Loading branch information
tobiasge authored Oct 26, 2020
2 parents 64d82b5 + 3d244a1 commit 071401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
TARGET_DOCKER_TAG="${TARGET_DOCKER_TAG}-${DOCKER_TARGET}"
fi
if [ -n "${GH_ACTION}" ]; then
echo "::set-env name=FINAL_DOCKER_TAG::${TARGET_DOCKER_TAG}"
echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> $GITHUB_ENV
echo "::set-output name=skipped::false"
fi

Expand Down

0 comments on commit 071401b

Please sign in to comment.