mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Fix docker container?
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -64,3 +64,5 @@ jobs:
|
||||
with:
|
||||
push: 'true'
|
||||
tags: rpcs3/discord-bot:${{ env.GITHUB_RUN_NUMBER_WITH_OFFSET }},rpcs3/discord-bot:release-latest,rpcs3/discord-bot:latest
|
||||
build-args: |
|
||||
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
|
||||
@@ -13,7 +13,7 @@ RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev f
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
#RUN rm -rf ./packages
|
||||
#RUN git status
|
||||
RUN git status
|
||||
# Build and test everything
|
||||
RUN dotnet restore "CompatBot/CompatBot.csproj"
|
||||
RUN dotnet build "CompatBot/CompatBot.csproj" -c Release
|
||||
|
||||
Reference in New Issue
Block a user