Skip to content

Commit a12fc00

Browse files
committed
fix build
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent cc4c927 commit a12fc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
include:
4040
- Dockerfile: Dockerfile
4141
target: "final-ubuntu"
42-
target: "final-static"
4342
suffix: ""
4443
latest: "auto"
4544

@@ -57,6 +56,7 @@ jobs:
5756
target: "final-distroless"
5857
suffix: "-distroless"
5958
latest: false
59+
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)