mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-07 08:45:43 +00:00
Compare commits
4 Commits
dbf53c7911
...
0d5543384a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d5543384a | ||
|
|
c66ae3adcf | ||
|
|
248131c7bf | ||
|
|
b425c4cd5a |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -24,7 +24,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILDX_VERSION: latest
|
BUILDX_VERSION: v0.12.0-rc1
|
||||||
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -1157,9 +1157,7 @@ jobs:
|
|||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
# TODO: uncomment when v0.12.0 released and available on GH runners
|
version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
|
||||||
# version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
|
|
||||||
version: https://github.com/crazy-max/buildx.git#annotations-push
|
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
network=host
|
network=host
|
||||||
image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
|
image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user