Compare commits

..

4 Commits

Author SHA1 Message Date
CrazyMax
dbf53c7911
Merge 7e8a65e661 into fdf7f43ecf 2023-10-26 10:16:24 +00:00
CrazyMax
7e8a65e661
test
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-10-26 12:16:17 +02:00
CrazyMax
662cd77107
chore: update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-10-25 17:11:34 +02:00
CrazyMax
284d6304bb
add annotations input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-10-25 17:11:34 +02:00

View File

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