Skip to content

Commit 859600e

Browse files
committed
fix(ci)🐛: Correct Docker build command in deployment workflow
- Updated the Docker build command to specify the Dockerfile location.
1 parent 5cf2c08 commit 859600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cache: true
6262
- name: Build Docker image
6363
run: |
64-
docker build -t nams-docker .
64+
docker build -t nams-docker -f scripts/Dockerfile .
6565
6666
# - name: Download environment tarball
6767
# uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)