Skip to content

Commit

Permalink
Add defaults for push event
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 29, 2024
1 parent 66b5e2d commit 1c569a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
call-build-docker-images:
uses: ./.github/workflows/build-docker.yml
with:
version: ${{ github.event.inputs.version }}
channel: ${{ github.event.inputs.channel }}
registry: ${{ github.event.inputs.registry }}
version: ${{ github.event.inputs.version || '0.0.1a1' }}
channel: ${{ github.event.inputs.channel || 'latest' }}
registry: ${{ github.event.inputs.registry || 'ghcr' }}

0 comments on commit 1c569a1

Please sign in to comment.