Skip to content

Commit

Permalink
remove changing to api dir, not monorepo no more
Browse files Browse the repository at this point in the history
  • Loading branch information
fixterjake committed Oct 1, 2023
1 parent dcea3c9 commit e6f2822
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build api image
run: |
cd api
docker build -t zme-api -f Memphis.API/Dockerfile .
- name: Tag images
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ jobs:
uses: actions/checkout@v2
- name: Build api image
run: |
cd api
docker build -t api -f Memphis.API/Dockerfile .

0 comments on commit e6f2822

Please sign in to comment.