fix: unknown shorthand flag: 't' in -t

This commit is contained in:
Ondrej Vlach 2024-08-16 16:49:16 +02:00
parent 083bb2c535
commit 4c469f30d0
No known key found for this signature in database
GPG Key ID: 7F141CDACEDEE2DE

View File

@ -38,5 +38,5 @@ runs:
shell: sh
- name: Build and push docker
run: |
docker dockerx build -t ${{ inputs.image_name }}:${{ steps.git.outputs.short_hash }} ${{ inputs.aditional_args }} --platform {{inputs.platform }} --push .
docker dockerx build --tag ${{ inputs.image_name }}:${{ steps.git.outputs.short_hash }} ${{ inputs.aditional_args }} --platform {{inputs.platform }} --push .
shell: sh