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 12:21:08 +00:00
committed by GitHub
co-authored by CrazyMax
parent 6b129ceaad
commit 28a26064cd
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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
-
+1 -1
View File
@@ -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