From 60e6b3bea5d8c5465a71caf8d91b950c1eaefdba Mon Sep 17 00:00:00 2001 From: Lunar Starstrum Date: Tue, 17 May 2022 16:51:15 -0500 Subject: [PATCH] Fix Dockerfiles --- .github/workflows/docker_image.yml | 4 ++-- Dockerfile | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 723c342..76014de 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -35,5 +35,5 @@ jobs: file: ./Dockerfile push: true tags: | - ghcr.io/dsharpplus/dsharpplusdocs:latest - ghcr.io/dsharpplus/dsharpplusdocs:${{ steps.previoustag.outputs.tag }} + ghcr.io/dsharpplus/dsharpplus-doc-bot:latest + ghcr.io/dsharpplus/dsharpplus-doc-bot:${{ steps.previoustag.outputs.tag }} diff --git a/Dockerfile b/Dockerfile index 4937cdb..b806cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ FROM alpine:latest WORKDIR /src COPY --from=build /src/bin/Release/net6.0/linux-musl-x64/publish /src -COPY ./res /src/res RUN apk upgrade --update-cache --available && apk add openssl libstdc++ icu-libs && rm -rf /var/cache/apk/* ENTRYPOINT /src/DSharpPlusDocs \ No newline at end of file