[ci] fix runtime image name

This commit is contained in:
West14
2022-01-10 01:05:02 +02:00
parent 3dbd5e261f
commit dbd4b73a32
+1 -1
View File
@@ -23,7 +23,7 @@ RUN dotnet publish -c release -o /app --no-restore Kruzya.TelegramBot.sln && \
rm -f /app/TelegramBot.*.dll /app/TelegramBot.*.pdb rm -f /app/TelegramBot.*.dll /app/TelegramBot.*.pdb
# Now reuse image with only runtime # Now reuse image with only runtime
FROM mcr.microsoft.com/dotnet/aspnet:6.0.101-alpine3.14 FROM mcr.microsoft.com/dotnet/aspnet:6.0.1-alpine3.14
WORKDIR /user WORKDIR /user
COPY --from=build /app /app COPY --from=build /app /app