fix: typo: dockerx -> buildx

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

View File

@ -38,5 +38,5 @@ runs:
shell: sh shell: sh
- name: Build and push docker - name: Build and push docker
run: | 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 shell: sh