diff --git a/docker/action.yaml b/docker/action.yaml index 06b1754..ab7a107 100644 --- a/docker/action.yaml +++ b/docker/action.yaml @@ -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 }}