fix: unknown shorthand flag: 't' in -t
This commit is contained in:
parent
083bb2c535
commit
4c469f30d0
@ -38,5 +38,5 @@ runs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
- name: Build and push docker
|
- name: Build and push docker
|
||||||
run: |
|
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
|
shell: sh
|
||||||
|
Loading…
Reference in New Issue
Block a user