Move to docker/bake-action (#266)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-01-29 13:21:08 +01:00
committed by GitHub
parent 6b129ceaad
commit 28a26064cd
3 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ jobs:
buildkitd-flags: --debug buildkitd-flags: --debug
- -
name: Test name: Test
uses: crazy-max/ghaction-docker-buildx-bake@v1 uses: docker/bake-action@v1
with: with:
targets: test targets: test
- -
@@ -100,7 +100,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }} password: ${{ secrets.GHCR_TOKEN }}
- -
name: Build artifacts name: Build artifacts
uses: crazy-max/ghaction-docker-buildx-bake@v1 uses: docker/bake-action@v1
with: with:
targets: artifact-all targets: artifact-all
- -
@@ -116,7 +116,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
- -
name: Build image name: Build image
uses: crazy-max/ghaction-docker-buildx-bake@v1 uses: docker/bake-action@v1
with: with:
files: | files: |
./docker-bake.hcl ./docker-bake.hcl

View File

@@ -36,7 +36,7 @@ jobs:
version: latest version: latest
- -
name: Build docs name: Build docs
uses: crazy-max/ghaction-docker-buildx-bake@v1 uses: docker/bake-action@v1
with: with:
targets: docs targets: docs
- -

View File

@@ -25,6 +25,6 @@ jobs:
version: latest version: latest
- -
name: Validate name: Validate
uses: crazy-max/ghaction-docker-buildx-bake@v1 uses: docker/bake-action@v1
with: with:
targets: validate targets: validate