Skip to content

Commit

Permalink
Update workflow and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Sep 19, 2023
1 parent 5fbb6c2 commit a1dbf74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build_all_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,8 @@ permissions:
packages: write

jobs:
build_base_containers:
name: Build Base Containers
strategy:
fail-fast: true
matrix:
container:
- base-bullseye
- base-buster
uses: ./.github/workflows/build_single_container.yml
secrets: inherit
with:
container: ${{ matrix.container }}

build_app_containers:
build_all_containers:
name: Build App Containers
needs: [ build_base_containers ]
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

In diesem Git werden die Skripte zum Bauen der mafiasi-Container gesammelt.

`base-buster` und `base-jessie` sind Basis-Images. Diese besteht aus einem minimalen Debian mit vim.

Alle Images können mit `podman` oder `docker` gebaut werden, z. B. so:

```
Expand Down

0 comments on commit a1dbf74

Please sign in to comment.