diff --git a/.github/workflows/BuildImage.yml b/.github/workflows/BuildImage.yml index 607ed9b..4bb3b50 100644 --- a/.github/workflows/BuildImage.yml +++ b/.github/workflows/BuildImage.yml @@ -21,7 +21,7 @@ jobs: - name: Build image run: | - docker build --no-cache -t ${{ github.sha }} . + docker buildx build --no-cache -t ${{ github.sha }} . - name: Tag image if: ${{ github.ref == format('refs/heads/{0}-{1}', env.BASEIMAGE, env.MODNAME) }}