Skip to content

Commit cf41b55

Browse files
committed
improve workflows
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent b571879 commit cf41b55

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.github/workflows/release-docker.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,19 @@ jobs:
2727
args: --print-resources-usage
2828

2929
build:
30-
name: "build ${{ matrix.Dockerfile }} -> ${{ matrix.target }}"
30+
name: "build ${{ matrix.Dockerfile }}:${{ matrix.target }}"
3131
needs: lint
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
Dockerfile: [Dockerfile]
36-
target: ["final-static"]
37-
suffix: [""]
38-
latest: ["auto"]
3935
include:
40-
- Dockerfile: Dockerfile
36+
-
37+
Dockerfile: Dockerfile
38+
target: "final-static"
39+
suffix: ""
40+
latest: "auto"
41+
-
42+
Dockerfile: Dockerfile
4143
target: "final-azcli"
4244
suffix: -azcli
4345
latest: false

.github/workflows/schedule-docker.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ jobs:
2222
args: --print-resources-usage
2323

2424
build:
25-
name: "build ${{ matrix.Dockerfile }} -> ${{ matrix.target }}"
25+
name: "build ${{ matrix.Dockerfile }}:${{ matrix.target }}"
2626
needs: lint
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
Dockerfile: [Dockerfile]
31-
target: ["final-static"]
32-
suffix: [""]
33-
latest: ["auto"]
3430
include:
35-
- Dockerfile: Dockerfile
31+
-
32+
Dockerfile: Dockerfile
33+
target: "final-static"
34+
suffix: ""
35+
latest: "auto"
36+
-
37+
Dockerfile: Dockerfile
3638
target: "final-azcli"
3739
suffix: -azcli
3840
latest: false

0 commit comments

Comments
 (0)