Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Isola committed Apr 30, 2024
1 parent 500cb97 commit 44fbb02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
required: false
default: false
type: boolean
push-docker:
description: "Push docker?"
required: false
default: true
type: boolean

jobs:
get-version:
Expand Down Expand Up @@ -69,7 +74,7 @@ jobs:
name: Trigger build_container workflow
uses: ./.github/workflows/build_container.yml
with:
push: ${{ !inputs.skip-release }}
push: ${{ inputs.push-docker }}
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 44fbb02

Please sign in to comment.