Skip to content

Commit 6192e58

Browse files
committed
fix workflows
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent afea32d commit 6192e58

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,10 @@ jobs:
3232
matrix:
3333
include:
3434
- Dockerfile: Dockerfile
35-
target: "final-ubuntu"
35+
target: "final-static"
3636
suffix: ""
3737
latest: "auto"
3838

39-
- Dockerfile: Dockerfile
40-
target: "final-alpine"
41-
suffix: "-alpine"
42-
latest: false
43-
44-
- Dockerfile: Dockerfile
45-
target: "final-kubernetes"
46-
suffix: "-kubernetes"
47-
latest: false
48-
49-
- Dockerfile: Dockerfile
50-
target: "final-distroless"
51-
suffix: "-distroless"
52-
latest: false
53-
5439
runs-on: ubuntu-latest
5540
steps:
5641
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)