File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 org.opencontainers.image.created=${{ steps.date.outputs.date }}
7676 org.opencontainers.image.title=${{ matrix.title }}
7777 org.opencontainers.image.description=${{ matrix.description }}
78- org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:8 .0-jammy-chiseled -composite-extra
78+ org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:10 .0-jammy-noble -composite-extra
7979 annotations : |
8080 index:org.opencontainers.image.source=https://github.com/Particular/ServiceControl/tree/${{ github.sha }}
8181 index:org.opencontainers.image.authors="Particular Software"
8787 index:org.opencontainers.image.created=${{ steps.date.outputs.date }}
8888 index:org.opencontainers.image.title=${{ matrix.title }}
8989 index:org.opencontainers.image.description=${{ matrix.description }}
90- index:org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:8 .0-jammy -chiseled-composite-extra
90+ index:org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:10 .0-noble -chiseled-composite-extra
9191 file : src/${{ matrix.project }}/Dockerfile
9292 tags : ghcr.io/particular/${{ matrix.name }}:${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || env.MinVerVersion }}
You can’t perform that action at this time.
0 commit comments