Skip to content

Commit

Permalink
Support setting platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 10, 2024
1 parent 9d701b6 commit b9107ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ on:
required: false
default: false
type: boolean
platforms:
description: 'platforms for docker build step'
required: false
default: ''
type: string
pushToDockerHub:
description: 'push image to DockerHub'
required: false
Expand Down

0 comments on commit b9107ce

Please sign in to comment.