We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf2c08 commit 859600eCopy full SHA for 859600e
.github/workflows/deploy.yaml
@@ -61,7 +61,7 @@ jobs:
61
cache: true
62
- name: Build Docker image
63
run: |
64
- docker build -t nams-docker .
+ docker build -t nams-docker -f scripts/Dockerfile .
65
66
# - name: Download environment tarball
67
# uses: actions/download-artifact@v3
0 commit comments