Compare commits

..

4 Commits

Author SHA1 Message Date
CrazyMax
0d5543384a
Merge c66ae3adcf into fdf7f43ecf 2023-10-27 04:43:34 +00:00
CrazyMax
c66ae3adcf
chore: update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-10-27 06:43:13 +02:00
CrazyMax
248131c7bf
add annotations input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-10-27 06:43:13 +02:00
CrazyMax
b425c4cd5a
ci: bump buildx to v0.12.0-rc1
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-10-27 06:42:50 +02:00

View File

@ -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 }}