Skip to content

Commit ff2f768

Browse files
authored
ci: fix docker context (#4816)
1 parent b22d589 commit ff2f768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_docker_hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: docker_build
4444
uses: docker/build-push-action@v2
4545
with:
46-
context: ${{ github.workspace }}
46+
context: ./contrib/containers/deploy
4747
file: ./contrib/containers/deploy/Dockerfile.GitHubActions.Release
4848
push: true
4949
tags: ${{ steps.docker_meta.outputs.tags }}

contrib/containers/deploy/Dockerfile.GitHubActions.Release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ USER dash
3434

3535
VOLUME ["/dash"]
3636

37-
COPY dash/contrib/containers/deploy/docker-entrypoint.sh /docker-entrypoint.sh
37+
COPY docker-entrypoint.sh /docker-entrypoint.sh
3838
ENTRYPOINT ["/docker-entrypoint.sh"]
3939

4040
EXPOSE 9998 9999 19998 19999

0 commit comments

Comments
 (0)