Skip to content

Commit

Permalink
Add docker image tag -9.0-preview-*
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed May 22, 2024
1 parent 8a450d9 commit fa12eca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ jobs:
ver: 9.0-preview,
arch: alpine3.19,
matching: "9.0.0-preview",
tags: "9.0-alpine,9.0-alpine3.19",
tags: "9.0-alpine,9.0-preview-alpine,9.0-preview,9.0-alpine3.19,9.0",
},
{
ver: 9.0-preview,
arch: bookworm-slim,
matching: "9.0.0-preview",
tags: "9.0-bookworm-slim",
tags: "9.0-preview-bookworm-slim,9.0-bookworm-slim",
},
{
ver: 9.0-preview,
arch: noble,
matching: "9.0.0-preview",
tags: "9.0-noble",
tags: "9.0-preview-noble,9.0-noble",
},
]
name: ${{ matrix.image.ver }}-${{ matrix.image.arch }}
Expand Down

0 comments on commit fa12eca

Please sign in to comment.