add docker image name as environment

This commit is contained in:
David Nedved
2020-04-01 10:47:05 +10:00
parent 0ea9fa29b6
commit a30d4019fd
+1
View File
@@ -29,6 +29,7 @@ jobs:
fi
echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=docker_platforms::linux/amd64,linux/arm/v6
echo ::set-output name=docker_image::bushrangers/ha-voltronic-mqtt
-
name: Checkout
uses: actions/checkout@v1