mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +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
|
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
|
||||||
|
|||||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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
|
||||||
-
|
-
|
||||||
|
|||||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user