File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8888 run : bash ${{ github.action_path }}/scripts/build_and_push.sh
8989 shell : bash
9090 env :
91+ BUILDX_NAME : ${{ steps.buildx.outputs.name }}
92+ BUILDX_ENDPOINT : ${{ steps.buildx.outputs.endpoint }}
9193 DOCKERFILE_LOCATION : ${{ inputs.dockerfile }}
9294 DOCKER_CONTEXT : ${{ inputs.docker_context }}
9395 PYTHON_VERSION : ${{ inputs.python_version }}
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ echo Python Version: $PYTHON_VERSION
5757echo Publish Target: $PUBLISH_TARGET
5858echo Build Target: $BUILD_TARGET
5959
60- echo " Creating buildx builder."
60+ echo " Setting buildx builder."
6161# Create or Reuse buildx builder
62- docker buildx use multiarch || docker buildx create --name multiarch --use
62+ docker buildx use $BUILDX_NAME
6363
6464echo " Beginning build."
6565# Display docker command for debugging
You can’t perform that action at this time.
0 commit comments