Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
image-tag:
required: true
type: string

target:
required: false
type: string

jobs:
build-push:
Expand Down Expand Up @@ -39,7 +41,7 @@ jobs:
context: .
push: true
tags: ${{ inputs.ecr-registry }}/${{ inputs.ecr-repository }}:${{ inputs.image-tag }}
target: prod
target: ${{ inputs.target || '' }}
cache-from: type=gha
cache-to: type=gha,mode=max
secrets: |
Expand Down