Skip to content

Commit

Permalink
Changes: reorder the build contexts ins ascending in build.yml and RE…
Browse files Browse the repository at this point in the history
…ADME.md. Add Export_tag. rectifying the issue of the previous commit.
  • Loading branch information
sudiptagreenbone committed Jan 7, 2025
1 parent e27e32f commit 3a617d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,19 @@ jobs:
- CONTEXT: operating_systems/openeuler
TAG: "24.09"
- CONTEXT: operating_systems/opensuse
TAG: "15.6"
TAG: "15.2"
- CONTEXT: operating_systems/opensuse
TAG: "15.5"
TAG: "15.3"
- CONTEXT: operating_systems/opensuse
TAG: "15.4"
- CONTEXT: operating_systems/opensuse
TAG: "15.3"
TAG: "15.5"
- CONTEXT: operating_systems/opensuse
TAG: "15.2"
TAG: "15.6"
- CONTEXT: operating_systems/opensuse
BASEIMAGE: opensuse/tumbleweed
TAG: "tumbleweed"
TAG: "latest"
EXPORT_TAG: "tumbleweed"
- CONTEXT: operating_systems/oraclelinux
TAG: "5"
- CONTEXT: operating_systems/oraclelinux
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ When done, the container can be stopped with `docker stop target`.
- `24.03-lts`
- `24.09`
- [openSUSE](https://ghcr.io/greenbone/vt-test-environments/opensuse) (`opensuse`)
- `15.6`
- `15.5`
- `15.4`
- `15.3`
- `15.2`
- `15.3`
- `15.4`
- `15.5`
- `15.6`
- `tumbleweed`
- [Oracle Linux](https://ghcr.io/greenbone/vt-test-environments/oraclelinux) (`oraclelinux`)
- `5`
Expand Down

0 comments on commit 3a617d5

Please sign in to comment.