mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-11 20:02:12 +01:00
Fix docker image name
Build from checked out files Try use latest image as a cache
This commit is contained in:
parent
991981e06d
commit
9af4d0030f
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user