We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afea32d commit 6192e58Copy full SHA for 6192e58
.github/workflows/build-docker.yaml
@@ -32,25 +32,10 @@ jobs:
32
matrix:
33
include:
34
- Dockerfile: Dockerfile
35
- target: "final-ubuntu"
+ target: "final-static"
36
suffix: ""
37
latest: "auto"
38
39
- - Dockerfile: Dockerfile
40
- target: "final-alpine"
41
- suffix: "-alpine"
42
- latest: false
43
-
44
45
- target: "final-kubernetes"
46
- suffix: "-kubernetes"
47
48
49
50
- target: "final-distroless"
51
- suffix: "-distroless"
52
53
54
runs-on: ubuntu-latest
55
steps:
56
- uses: actions/checkout@v4
0 commit comments