Skip to content

Commit

Permalink
fix the path for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarupilla committed Jul 3, 2021
1 parent f4ef5d7 commit 464167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ jobs:
- name: Build Docker image and push with latest tag
run: |
echo ${{ secrets.DOCKER_REGISTRY_TOKEN }} | docker login ghcr.io -u ${{ secrets.DOCKER_REGISTRY_USERNAME }} --password-stdin
docker build --no-cache --file docker/build/Dockerfile --tag ghcr.io/virtualcell/biosimulators_vcell:latest .
docker build --no-cache --file Dockerfile --tag ghcr.io/virtualcell/biosimulators_vcell:latest .
docker tag ghcr.io/virtualcell/biosimulators_vcell:latest ghcr.io/virtualcell/biosimulators_vcell:${{steps.version.outputs.tag}}
docker push --all-tags ghcr.io/virtualcell/biosimulators_vcell

0 comments on commit 464167c

Please sign in to comment.