Skip to content

Commit

Permalink
move to 8.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Sep 14, 2023
1 parent a591ae3 commit b551e1f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
{ ver: "7.0", arch: bullseye-slim, matching: "7.0" },
{ ver: "7.0", arch: bookworm-slim, matching: "7.0" },
{ ver: "7.0", arch: jammy, matching: "7.0" },
{ ver: 8.0-preview, arch: alpine3.18, matching: "8.0.0-preview" },
{
ver: 8.0-preview,
arch: bookworm-slim,
matching: "8.0.0-preview",
},
{ ver: 8.0-preview, arch: jammy, matching: "8.0.0-preview" },
# { ver: 8.0-preview, arch: alpine3.18, matching: "8.0.0-preview" },
# { ver: 8.0-preview, arch: bookworm-slim, matching: "8.0.0-preview" },
# { ver: 8.0-preview, arch: jammy, matching: "8.0.0-preview" },
{ ver: "8.0", arch: alpine3.18, matching: "8.0.0-rc" },
{ ver: "8.0", arch: bookworm-slim, matching: "8.0.0-rc" },
{ ver: "8.0", arch: jammy, matching: "8.0.0-rc" },
# { ver: 8.0-preview, arch: jammy-chiseled, matching: "8.0.0-preview" },
]
name: ${{ matrix.image.ver }}-${{ matrix.image.arch }}
Expand Down

0 comments on commit b551e1f

Please sign in to comment.