Skip to content

Commit

Permalink
Add 8.0-alpine3.20; remove 8.0-alpine3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Jun 24, 2024
1 parent 9041044 commit 36420be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
{ ver: "7.0", arch: jammy, matching: "7.0", tags: "7.0-jammy" },
{
ver: "8.0",
arch: alpine3.18,
arch: alpine3.19,
matching: "8.0",
tags: "8.0-alpine3.18",
tags: "8.0-alpine3.19",
},
{
ver: "8.0",
arch: alpine3.19,
arch: alpine3.20,
matching: "8.0",
tags: "8.0-alpine,8.0-alpine3.19",
tags: "8.0-alpine,8.0-alpine3.20",
},
{
ver: "8.0",
Expand Down

0 comments on commit 36420be

Please sign in to comment.