Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
visciang committed Jan 5, 2025
1 parent 750e76e commit a81e105
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -eo pipefail
BUILDX_BUILDER_NAME="test-builder"
BUILDKIT_VERSION="v0.18.2"

export DOCKER_CLI_EXPERIMENTAL=enabled

function docker_buildx_setup {
docker buildx create --name=$BUILDX_BUILDER_NAME --driver=docker-container --driver-opt=image=moby/buildkit:$BUILDKIT_VERSION
}
Expand Down

0 comments on commit a81e105

Please sign in to comment.