Skip to content

Commit

Permalink
use inputs context
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 9, 2024
1 parent 6deb943 commit 2e9fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Get images param or set default
id: getimages
run: |
IMAGES_INPUT=${{ github.event.inputs.images }}
IMAGES_INPUT=${{ inputs.images }}
echo "images=${IMAGES_INPUT:-jeffersonlab/${{ github.event.repository.name }}}" >> $GITHUB_OUTPUT
-
name: Checkout
Expand Down

0 comments on commit 2e9fade

Please sign in to comment.