Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 60e6b3b

Browse files
committed
Fix Dockerfiles
1 parent 40b17e0 commit 60e6b3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
file: ./Dockerfile
3636
push: true
3737
tags: |
38-
ghcr.io/dsharpplus/dsharpplusdocs:latest
39-
ghcr.io/dsharpplus/dsharpplusdocs:${{ steps.previoustag.outputs.tag }}
38+
ghcr.io/dsharpplus/dsharpplus-doc-bot:latest
39+
ghcr.io/dsharpplus/dsharpplus-doc-bot:${{ steps.previoustag.outputs.tag }}

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ FROM alpine:latest
88
WORKDIR /src
99

1010
COPY --from=build /src/bin/Release/net6.0/linux-musl-x64/publish /src
11-
COPY ./res /src/res
1211
RUN apk upgrade --update-cache --available && apk add openssl libstdc++ icu-libs && rm -rf /var/cache/apk/*
1312

1413
ENTRYPOINT /src/DSharpPlusDocs

0 commit comments

Comments
 (0)