Fix docker image name

Build from checked out files
Try use latest image as a cache
This commit is contained in:
Jesse Hills 2021-07-15 13:11:57 +12:00
parent 991981e06d
commit 9af4d0030f
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 3 additions and 1 deletions

View File

@ -31,5 +31,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: esphome/esphomedocs:latest
tags: esphome/esphome-docs:latest
cache-from: esphome/esphome-docs:latest