mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-02 21:11:39 +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:
|
||||
|
||||
env:
|
||||
BUILDX_VERSION: latest
|
||||
BUILDX_VERSION: v0.12.0-rc1
|
||||
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
||||
|
||||
jobs:
|
||||
@ -1157,9 +1157,7 @@ jobs:
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
# 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
|
||||
version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
|
||||
driver-opts: |
|
||||
network=host
|
||||
image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user