fixed ci cd errors, maybe

This commit is contained in:
2026-06-10 18:51:53 -05:00
parent ed72725581
commit d317758569
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io REGISTRY: ghcr.io
# github.repository as <account>/<repo> # github.repository as <account>/<repo>
IMAGE_NAME: Pup-Ion-Dev/barkman-ui IMAGE_NAME: BarkProductions/barkman-ui
jobs: jobs:
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
EXPOSE 8080 EXPOSE 8080
EXPOSE 8081 EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
ARG BUILD_CONFIGURATION=Release ARG BUILD_CONFIGURATION=Release
WORKDIR /src WORKDIR /src
COPY ["barkmanapi.csproj", "./"] COPY ["barkmanapi.csproj", "./"]