mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 21:33:22 +01:00
Move to docker/bake-action (#266)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
buildkitd-flags: --debug
|
||||
-
|
||||
name: Test
|
||||
uses: crazy-max/ghaction-docker-buildx-bake@v1
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: test
|
||||
-
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
-
|
||||
name: Build artifacts
|
||||
uses: crazy-max/ghaction-docker-buildx-bake@v1
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: artifact-all
|
||||
-
|
||||
@@ -116,7 +116,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
-
|
||||
name: Build image
|
||||
uses: crazy-max/ghaction-docker-buildx-bake@v1
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
files: |
|
||||
./docker-bake.hcl
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
version: latest
|
||||
-
|
||||
name: Build docs
|
||||
uses: crazy-max/ghaction-docker-buildx-bake@v1
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: docs
|
||||
-
|
||||
|
||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -25,6 +25,6 @@ jobs:
|
||||
version: latest
|
||||
-
|
||||
name: Validate
|
||||
uses: crazy-max/ghaction-docker-buildx-bake@v1
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: validate
|
||||
|
||||
Reference in New Issue
Block a user