-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
when https://github\.com/int128/docker\-build\-cache\-config\-action/pull/1213 is merged
ci-github-container/actions/docker/build-image/action.yml
Lines 269 to 270 in 6a4c3c9
| # FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-from ||' | |
| # when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged |
secrets: ${{ inputs.secrets }}
secret-envs: ${{ inputs.secret-envs }}
platforms: ${{ inputs.platform }}
# FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-from ||'
# when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
cache-from: ${{ inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-from || steps.cache.outputs.cache-from }}
# FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-to ||'
# when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
cache-to: ${{ inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-to || steps.cache.outputs.cache-to }}
outputs: "type=image,push=true,push-by-digest=true,name-canonical=true,name=${{ steps.metadata.outputs.image }}"
labels: ${{ steps.metadata.outputs.labels }}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working