Skip to content

build(deps): bump docker/bake-action from 7.2.0 to 7.3.0 #529

build(deps): bump docker/bake-action from 7.2.0 to 7.3.0

build(deps): bump docker/bake-action from 7.2.0 to 7.3.0 #529

name: compatibility-releases
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'master'
- 'v[0-9]+.[0-9]+'
env:
SETUP_BUILDX_VERSION: "edge"
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
TEST_IMAGE_NAME: "buildkit-compatibility-tests"
CACHE_SCOPE: "build-integration-tests"
jobs:
compatibility:
runs-on: ubuntu-24.04
steps:
-
name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
-
name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
with:
version: ${{ env.SETUP_BUILDX_VERSION }}
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
buildkitd-flags: --debug
-
name: Build integration-tests-base
uses: docker/bake-action@d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b # v7.3.0
with:
targets: integration-tests-base
set: |
*.cache-from=type=gha,scope=${{ env.CACHE_SCOPE }}
*.cache-to=type=gha,scope=${{ env.CACHE_SCOPE }},repository=${{ github.repository }},ghtoken=${{ github.token }}
-
name: Build test image
uses: docker/bake-action@d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b # v7.3.0
with:
targets: integration-tests
set: |
*.cache-from=type=gha,scope=${{ env.CACHE_SCOPE }}
-
name: Test compatibility releases
env:
TEST_IMAGE_BUILD: "0"
TEST_IMAGE_NAME: ${{ env.TEST_IMAGE_NAME }}
run: |
./hack/test-compatibility-releases