Skip to content

Commit

Permalink
fix: defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Apr 29, 2024
1 parent 4ae073d commit 83f15c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
description: Whether or not to push to ghcr
default: false
required: false
type: boolean
version:
description: The version to tag the build with
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
with:
version: ${{ needs.release.outputs.new_tag_version}}
version: ${{ needs.release.outputs.new_tag_version }}
push: true

0 comments on commit 83f15c1

Please sign in to comment.