Skip to content

Commit

Permalink
input validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Paulic committed Sep 20, 2024
1 parent fe64cf8 commit 302da15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:
type: string
platform:
required: true
type: string
type: choice
options:
- amd64
- arm64

jobs:
docker-build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
with:
image-name: marko-test
docker-dir: user
platform: arm64 #amd64
platform: arm65
secrets: inherit

0 comments on commit 302da15

Please sign in to comment.