add target support
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 33s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 48s
Reload Act Runner Stack to clear cache for workflows / wait-for-primary-death (push) Successful in 45s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Successful in 9s
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Successful in 34s
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Successful in 14s
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 33s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 48s
Reload Act Runner Stack to clear cache for workflows / wait-for-primary-death (push) Successful in 45s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Successful in 9s
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Successful in 34s
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Successful in 14s
This commit is contained in:
parent
a42b5c4749
commit
ff41fdabf0
@ -23,7 +23,11 @@ inputs:
|
|||||||
default: 'true'
|
default: 'true'
|
||||||
outputs:
|
outputs:
|
||||||
description: 'Custom outputs configuration'
|
description: 'Custom outputs configuration'
|
||||||
|
required: false
|
||||||
|
target:
|
||||||
|
description: 'Sets the target stage to build'
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
@ -52,3 +56,4 @@ runs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
outputs: ${{ inputs.outputs }}
|
outputs: ${{ inputs.outputs }}
|
||||||
|
target: ${{ inputs.target }}
|
||||||
|
|||||||
@ -31,6 +31,10 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
target:
|
||||||
|
description: 'Sets the target stage to build'
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@ -68,3 +72,4 @@ jobs:
|
|||||||
file: ${{ inputs.file }}
|
file: ${{ inputs.file }}
|
||||||
platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
context: .
|
context: .
|
||||||
|
target: ${{ inputs.target }}
|
||||||
|
|||||||
@ -31,6 +31,10 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
target:
|
||||||
|
description: 'Sets the target stage to build'
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
secrets: []
|
secrets: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -56,3 +60,4 @@ jobs:
|
|||||||
platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
context: .
|
context: .
|
||||||
outputs: type=image,registry.insecure=true,push=true
|
outputs: type=image,registry.insecure=true,push=true
|
||||||
|
target: ${{ inputs.target }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user