Skip to content

Commit

Permalink
only populate tags if ouputs is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Nov 12, 2024
1 parent 072e038 commit ad909e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ runs:
labels: ${{ steps.docker_meta.outputs.labels }}
platforms: ${{ inputs.platforms }}
push: ${{ inputs.push }}
tags: ${{ if inputs.output == "" && steps.docker_meta.outputs.tags || "" }}
tags: ${{ inputs.output == "" && steps.docker_meta.outputs.tags || "" }}
target: ${{ inputs.target }}
outputs: ${{ inputs.outputs }}

0 comments on commit ad909e5

Please sign in to comment.