misc: docker-build.yaml test
This commit is contained in:
10
.github/workflows/docker-build.yaml
vendored
10
.github/workflows/docker-build.yaml
vendored
@@ -14,9 +14,18 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
bake:
|
bake:
|
||||||
runs-on: [self-hosted, linux, x64]
|
runs-on: [self-hosted, linux, x64]
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
target:
|
||||||
|
- ubuntu-24-04_all-dependencies
|
||||||
|
- gcc-version-11
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -34,5 +43,6 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/bake-action@v5
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
|
targets: ${{ matrix.target }}
|
||||||
workdir: util/dockerfiles
|
workdir: util/dockerfiles
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user