Skip to content

Commit ead6892

Browse files
committed
fix: update Dockerfile path in dev-build workflow
1 parent 2007caa commit ead6892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches: [development]
1717

1818
env:
19-
DEPLOYMENT_NAME: nmrxiv-nmrium
19+
DEPLOYMENT_NAME: nmrxiv-nmrium-dev
2020
DOCKER_HUB_USERNAME : ${{ secrets.DOCKER_HUB_USERNAME }}
2121
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD }}
2222
REPOSITORY_NAME: nmrium-react-wrapper
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v4
5454
with:
5555
context: .
56-
file: ./Dockerfile.prod
56+
file: ./Dockerfile.dev
5757
push: true
5858
build-args: |
5959
RELEASE_VERSION=dev-latest

0 commit comments

Comments
 (0)