File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1111 - main
1212 pull_request :
1313
14+ env :
15+ # Use edge release of buildx (latest RC, fallback to latest stable)
16+ SETUP_BUILDX_VERSION : edge
17+ SETUP_BUILDKIT_IMAGE : " moby/buildkit:latest"
18+
1419permissions :
1520 contents : read # to fetch code (actions/checkout)
1621
2429 -
2530 name : Set up Docker Buildx
2631 uses : docker/setup-buildx-action@v3
32+ with :
33+ version : ${{ env.SETUP_BUILDX_VERSION }}
34+ driver-opts : image=${{ env.SETUP_BUILDKIT_IMAGE }}
2735 -
2836 name : Build
2937 uses : docker/bake-action@v5
Original file line number Diff line number Diff line change 1212 - main
1313 - published
1414
15+ env :
16+ # Use edge release of buildx (latest RC, fallback to latest stable)
17+ SETUP_BUILDX_VERSION : edge
18+ SETUP_BUILDKIT_IMAGE : " moby/buildkit:latest"
19+
1520# these permissions are needed to interact with GitHub's OIDC Token endpoint.
1621permissions :
1722 id-token : write
8085 -
8186 name : Set up Docker Buildx
8287 uses : docker/setup-buildx-action@v3
88+ with :
89+ version : ${{ env.SETUP_BUILDX_VERSION }}
90+ driver-opts : image=${{ env.SETUP_BUILDKIT_IMAGE }}
8391 -
8492 name : Build website
8593 uses : docker/bake-action@v5
Original file line number Diff line number Diff line change 2323 type : boolean
2424 required : false
2525
26+ env :
27+ # Use edge release of buildx (latest RC, fallback to latest stable)
28+ SETUP_BUILDX_VERSION : edge
29+ SETUP_BUILDKIT_IMAGE : " moby/buildkit:latest"
30+
2631jobs :
2732 run :
2833 runs-on : ubuntu-24.04
8085 -
8186 name : Set up Docker Buildx
8287 uses : docker/setup-buildx-action@v3
88+ with :
89+ version : ${{ env.SETUP_BUILDX_VERSION }}
90+ driver-opts : image=${{ env.SETUP_BUILDKIT_IMAGE }}
8391 -
8492 name : Validate
8593 uses : docker/bake-action@v5
You can’t perform that action at this time.
0 commit comments