mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-22 21:58:29 +02:00
Fix GH Actions release-dev.yml
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- gh-actions-test
|
||||
|
||||
jobs:
|
||||
# THE LINT/TEST JOBS ARE COPIED FROM ci.yaml
|
||||
@@ -187,9 +188,9 @@ jobs:
|
||||
--build-arg "BUILD_VERSION=${TAG}" \
|
||||
--tag "${IMAGE}" \
|
||||
--file "${DOCKERFILE}" \
|
||||
--cache-from "${{ github.repository }}:latest"
|
||||
--cache-from "${{ github.repository }}:beta"
|
||||
--cache-from "${{ github.repository }}:dev"
|
||||
--cache-from "${{ github.repository }}:latest" \
|
||||
--cache-from "${{ github.repository }}:beta" \
|
||||
--cache-from "${{ github.repository }}:dev" \
|
||||
.
|
||||
- name: Log in to docker hub
|
||||
env:
|
||||
@@ -221,4 +222,4 @@ jobs:
|
||||
${REPO}-amd64:${TAG} \
|
||||
${REPO}-armv7:${TAG} \
|
||||
${REPO}-i386:${TAG}
|
||||
docker push ${REPO}:${TAG}
|
||||
docker manifest push ${REPO}:${TAG}
|
||||
|
||||
Reference in New Issue
Block a user