We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22d589 commit ff2f768Copy full SHA for ff2f768
.github/workflows/release_docker_hub.yml
@@ -43,7 +43,7 @@ jobs:
43
id: docker_build
44
uses: docker/build-push-action@v2
45
with:
46
- context: ${{ github.workspace }}
+ context: ./contrib/containers/deploy
47
file: ./contrib/containers/deploy/Dockerfile.GitHubActions.Release
48
push: true
49
tags: ${{ steps.docker_meta.outputs.tags }}
contrib/containers/deploy/Dockerfile.GitHubActions.Release
@@ -34,7 +34,7 @@ USER dash
34
35
VOLUME ["/dash"]
36
37
-COPY dash/contrib/containers/deploy/docker-entrypoint.sh /docker-entrypoint.sh
+COPY docker-entrypoint.sh /docker-entrypoint.sh
38
ENTRYPOINT ["/docker-entrypoint.sh"]
39
40
EXPOSE 9998 9999 19998 19999
0 commit comments