missed a closing brace for bot tag setter

This commit is contained in:
41666 2020-12-06 20:05:28 -05:00
parent f2437a585a
commit 0af36d6f20

View file

@ -84,7 +84,7 @@ jobs:
docker pull $BOT_IMAGE_SRC
retag_push $BOT_IMAGE_SRC us-$BOT_IMAGE_DEST_BASE
echo ::set-output name=bot_tag::@$(docker inspect $BOT_IMAGE_SRC -f '{{.Id}}'
echo ::set-output name=bot_tag::@$(docker inspect $BOT_IMAGE_SRC -f '{{.Id}}')
deploy_terraform:
runs-on: ubuntu-latest