fix: typo: dockerx -> buildx
This commit is contained in:
parent
4c469f30d0
commit
7168342f3e
@ -38,5 +38,5 @@ runs:
|
||||
shell: sh
|
||||
- name: Build and push docker
|
||||
run: |
|
||||
docker dockerx build --tag ${{ inputs.image_name }}:${{ steps.git.outputs.short_hash }} ${{ inputs.aditional_args }} --platform {{inputs.platform }} --push .
|
||||
docker buildx build --tag ${{ inputs.image_name }}:${{ steps.git.outputs.short_hash }} ${{ inputs.aditional_args }} --platform {{inputs.platform }} --push .
|
||||
shell: sh
|
||||
|
Loading…
Reference in New Issue
Block a user