mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
ci: fix docker context (#4816)
This commit is contained in:
parent
dfa09a0859
commit
72d53af11a
2
.github/workflows/release_docker_hub.yml
vendored
2
.github/workflows/release_docker_hub.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ${{ github.workspace }}
|
context: ./contrib/containers/deploy
|
||||||
file: ./contrib/containers/deploy/Dockerfile.GitHubActions.Release
|
file: ./contrib/containers/deploy/Dockerfile.GitHubActions.Release
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
|
@ -34,7 +34,7 @@ USER dash
|
|||||||
|
|
||||||
VOLUME ["/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"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 9998 9999 19998 19999
|
EXPOSE 9998 9999 19998 19999
|
||||||
|
Loading…
Reference in New Issue
Block a user