mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-07 00:35:37 +00:00
Compare commits
4 Commits
0d5543384a
...
dbf53c7911
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbf53c7911 | ||
|
|
7e8a65e661 | ||
|
|
662cd77107 | ||
|
|
284d6304bb |
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: v0.12.0-rc1
|
BUILDX_VERSION: latest
|
||||||
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -1157,7 +1157,9 @@ 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:
|
||||||
version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
|
# TODO: uncomment when v0.12.0 released and available on GH runners
|
||||||
|
# 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