1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00
This commit is contained in:
Robert Resch
2026-02-04 23:21:20 +01:00
parent 368eae89b1
commit d2867d9e0f

View File

@@ -101,7 +101,7 @@ runs:
file: ${{ inputs.dockerfile }}
platforms: ${{ steps.vars.outputs.platform }}
push: ${{ inputs.push }}
cache-from: ${{ steps.cache.outcome == 'success' && "ghcr.io/home-assistant/${{ inputs.arch }}-homeassistant:latest" || '' }}
cache-from: ${{ steps.cache.outcome == 'success' && format('ghcr.io/home-assistant/{0}-homeassistant:latest', inputs.arch) || '' }}
build-args: |
BUILD_FROM=${{ inputs.base-image }}
tags: ${{ inputs.tags }}