Skip to content

Commit

Permalink
feat: add platforms input to docker-build-push (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jan 12, 2024
1 parent 6dcbbb0 commit 6a68b28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ inputs:
description: "A list of files to be copied into the build context."
required: false
default: ""
platforms:
description: "A list of target platforms for build (comma delimited)"
required: false
outputs:
tags:
description: "The tags we built and pushed"
Expand Down Expand Up @@ -84,4 +87,5 @@ runs:
cache-to: |
type=inline,mode=max
build-args: ${{ inputs.build_args }}
secret-files: ${{ inputs.secret-files }}
secret-files: ${{ inputs.secret-files }}
platforms: ${{ inputs.platforms }}

0 comments on commit 6a68b28

Please sign in to comment.