|
|
@ -40,7 +40,7 @@ jobs:
|
|
|
|
buildkitd-flags: --debug
|
|
|
|
buildkitd-flags: --debug
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Test
|
|
|
|
name: Test
|
|
|
|
uses: docker/bake-action@v2
|
|
|
|
uses: docker/bake-action@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
targets: test
|
|
|
|
targets: test
|
|
|
|
set: |
|
|
|
|
set: |
|
|
|
@ -151,7 +151,7 @@ jobs:
|
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Build and push image
|
|
|
|
name: Build and push image
|
|
|
|
uses: docker/bake-action@v2
|
|
|
|
uses: docker/bake-action@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
files: |
|
|
|
|
files: |
|
|
|
|
./docker-bake.hcl
|
|
|
|
./docker-bake.hcl
|
|
|
@ -219,6 +219,6 @@ jobs:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
# Just run a bake target to check eveything runs fine
|
|
|
|
# Just run a bake target to check eveything runs fine
|
|
|
|
name: Build
|
|
|
|
name: Build
|
|
|
|
uses: docker/bake-action@v2
|
|
|
|
uses: docker/bake-action@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
targets: binaries
|
|
|
|
targets: binaries
|
|
|
|