Use 2sharkystudios base image and rename tags

Rename the workflow job and GHCR tags to use a dotnet-prefixed name, and switch GHCR image references from parkervcp to 2sharkystudios. Updates .github/workflows/dotnet.yml to change the job name and tag paths (ghcr.io/.../yolks:dotnet_ -> ghcr.io/.../dotnet:dotnet_), and updates dotnet/9/Dockerfile to use ghcr.io/2sharkystudios/yolks:debian as the base image for consistency.
This commit is contained in:
TheBombGamer
2026-05-12 18:28:01 -07:00
parent e670f4e099
commit d218ee6857
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/2sharkystudios/yolks:debian
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"