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 2007caa commit ead6892Copy full SHA for ead6892
.github/workflows/dev-build.yml
@@ -16,7 +16,7 @@ on:
16
branches: [development]
17
18
env:
19
- DEPLOYMENT_NAME: nmrxiv-nmrium
+ DEPLOYMENT_NAME: nmrxiv-nmrium-dev
20
DOCKER_HUB_USERNAME : ${{ secrets.DOCKER_HUB_USERNAME }}
21
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD }}
22
REPOSITORY_NAME: nmrium-react-wrapper
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/build-push-action@v4
54
with:
55
context: .
56
- file: ./Dockerfile.prod
+ file: ./Dockerfile.dev
57
push: true
58
build-args: |
59
RELEASE_VERSION=dev-latest
0 commit comments