ci: fix docker context (#4816)

This commit is contained in:
strophy 2022-04-29 02:35:50 +10:00 committed by pasta
parent dfa09a0859
commit 72d53af11a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: ${{ github.workspace }}
context: ./contrib/containers/deploy
file: ./contrib/containers/deploy/Dockerfile.GitHubActions.Release
push: true
tags: ${{ steps.docker_meta.outputs.tags }}

View File

@ -34,7 +34,7 @@ USER dash
VOLUME ["/dash"]
COPY dash/contrib/containers/deploy/docker-entrypoint.sh /docker-entrypoint.sh
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
EXPOSE 9998 9999 19998 19999