Skip to content

Commit d7fe650

Browse files
committed
fix(ci)🔧: Add Dockerfile specification to deployment workflow
- Updated the deploy.yaml workflow to include the Dockerfile path. - This ensures the correct Dockerfile is used during the build process.
1 parent e47692b commit d7fe650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
with:
6868
push: false
6969
tags: ericmjl/nams:latest
70+
file: scripts/Dockerfile
7071

7172
# - name: Download environment tarball
7273
# uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)