mirror of
https://github.com/docker/setup-compose-action.git
synced 2025-04-23 16:00:08 +02:00
ci: use buildx edge
This commit is contained in:
parent
3be541d14f
commit
30c2d5606a
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -11,10 +11,19 @@ on:
|
||||
- 'releases/v*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
SETUP_BUILDX_VERSION: "edge"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: ${{ env.SETUP_BUILDX_VERSION }}
|
||||
driver: docker
|
||||
-
|
||||
name: Test
|
||||
uses: docker/bake-action@v6
|
||||
|
9
.github/workflows/validate.yml
vendored
9
.github/workflows/validate.yml
vendored
@ -11,6 +11,9 @@ on:
|
||||
- 'releases/v*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
SETUP_BUILDX_VERSION: "edge"
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
@ -36,6 +39,12 @@ jobs:
|
||||
matrix:
|
||||
target: ${{ fromJson(needs.prepare.outputs.targets) }}
|
||||
steps:
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: ${{ env.SETUP_BUILDX_VERSION }}
|
||||
driver: docker
|
||||
-
|
||||
name: Validate
|
||||
uses: docker/bake-action@v6
|
||||
|
Loading…
x
Reference in New Issue
Block a user