Skip to content

Commit 2e4a712

Browse files
committed
Update .NET 10.0 GA
1 parent 94efeab commit 2e4a712

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
{
6767
ver: "10.0",
6868
arch: alpine3.22,
69-
matching: "10.0.0-rc",
70-
tags: "10.0-alpine,10.0-rc-alpine3.22,10.0-rc-alpine,10.0-rc,10.0",
69+
matching: "10.0.0",
70+
tags: "10.0-alpine,10.0-alpine3.22,10.0-alpine,10.0,10.0",
7171
},
7272
{
7373
ver: "10.0",
7474
arch: noble,
75-
matching: "10.0.0-rc",
76-
tags: "10.0-rc-noble,10.0-noble",
75+
matching: "10.0.0",
76+
tags: "10.0-noble,10.0-noble",
7777
},
7878
# {
7979
# ver: "11.0-preview",
@@ -87,6 +87,18 @@ jobs:
8787
# matching: "11.0.0-preview",
8888
# tags: "11.0-preview-noble,11.0-noble",
8989
# },
90+
#{
91+
# ver: "11.0",
92+
# arch: alpine3.22,
93+
# matching: "11.0.0-rc",
94+
# tags: "11.0-alpine,11.0-rc-alpine3.22,11.0-rc-alpine,11.0-rc,10.0",
95+
#},
96+
#{
97+
# ver: "11.0",
98+
# arch: noble,
99+
# matching: "11.0.0-rc",
100+
# tags: "11.0-rc-noble,11.0-noble",
101+
#},
90102
]
91103
name: ${{ matrix.image.ver }}-${{ matrix.image.arch }}
92104
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)