Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Dec 18, 2023
1 parent afea32d commit 6192e58
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,10 @@ jobs:
matrix:
include:
- Dockerfile: Dockerfile
target: "final-ubuntu"
target: "final-static"
suffix: ""
latest: "auto"

- Dockerfile: Dockerfile
target: "final-alpine"
suffix: "-alpine"
latest: false

- Dockerfile: Dockerfile
target: "final-kubernetes"
suffix: "-kubernetes"
latest: false

- Dockerfile: Dockerfile
target: "final-distroless"
suffix: "-distroless"
latest: false

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6192e58

Please sign in to comment.