Skip to content

Commit

Permalink
Merge pull request sxs-collaboration#5876 from nilsvu/fix_deploy_cont…
Browse files Browse the repository at this point in the history
…ainers

Fix workflow to deploy containers on release
  • Loading branch information
nilsdeppe authored Mar 25, 2024
2 parents 1b6cb9d + b0df632 commit 9405360
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/DemoContainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@ on:
workflow_dispatch:
inputs:
image_name:
description: >
Image name to push to DockerHub
required: true
description: Image name to push to DockerHub
default: 'sxscollaboration/spectre'
build_arm:
type: boolean
description: >
Build ARM container in addition to x86_64
description: Build ARM container in addition to x86_64
default: true

workflow_call:
inputs:
image_name:
description: Image name to push to DockerHub
default: 'sxscollaboration/spectre'
build_arm:
type: boolean
description: Build ARM container in addition to x86_64
default: true
secrets:
DOCKERHUB_USERNAME:
required: true
Expand Down

0 comments on commit 9405360

Please sign in to comment.