Ver código fonte

Use buildx for publish workflow builds

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 2 meses atrás
pai
commit
df86fc08b2
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/publish.yml

+ 2 - 0
.github/workflows/publish.yml

@@ -116,6 +116,7 @@ jobs:
         if: env.IS_FORK != ''
         shell: bash
         env:
+          DOCKER: docker buildx
           IMAGE_TAG: ${{ steps.container_info.outputs.image-tag }}
           BUILD_ARGS: ${{ inputs.build-args }}
           DOCKER_BUILD_ARGS: >-
@@ -128,6 +129,7 @@ jobs:
         if: env.IS_FORK == ''
         shell: bash
         env:
+          DOCKER: docker buildx
           IMAGE_TAG: ${{ steps.container_info.outputs.image-tag }}
           BUILD_ARGS: ${{ inputs.build-args }}
           DOCKER_BUILD_ARGS: --no-cache --load