ci: fix docker context (#4816)

This commit is contained in:
strophy 2022-04-29 02:35:50 +10:00 committed by GitHub
parent b22d589d4e
commit ff2f768114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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