Skip to content

Commit

Permalink
Fix: input value image-url handling in container-build-push-generic a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
pascalholthaus authored Feb 5, 2024
1 parent e6a9819 commit a33d0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-build-push-generic/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ inputs.image-url }}
images: "${{ inputs.registry}}/${{ inputs.image-url }}"
labels: ${{ inputs.image-labels }}
tags: ${{ inputs.image-tags }}

Expand Down

0 comments on commit a33d0c3

Please sign in to comment.