Skip to content

Commit

Permalink
Update working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers committed Oct 24, 2024
1 parent 80536ea commit 58c1def
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build Latest Backend Docker Image

defaults:
run:
working-directory: ./SBOLCanvasBackend

on:
push:
branches: [ final ]
Expand All @@ -14,7 +18,6 @@ jobs:
name: Checkout source code
- name: Build the Docker image
run: |
cd SBOLCanvasBackend
docker build . --tag synbiohub/sbolcanvas:backend
- uses: azure/docker-login@v1
with:
Expand Down

0 comments on commit 58c1def

Please sign in to comment.