mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Fix
This commit is contained in:
2
.github/actions/builder/generic/action.yml
vendored
2
.github/actions/builder/generic/action.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user