Skip to content

Commit

Permalink
Build backend docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers committed Oct 24, 2024
1 parent 481d9a6 commit f557789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
name: Checkout source code
- name: Build the Docker image
run: |
docker build . --tag synbiohub/sbolcanvas:latest
cd SBOLCanvasBackend
docker build . --tag synbiohub/sbolcanvas:backend
- uses: azure/docker-login@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push the image to Docker Hub
run: |
docker push synbiohub/sbolcanvas:latest
docker push synbiohub/sbolcanvas:backend

0 comments on commit f557789

Please sign in to comment.