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