Skip to content

Commit

Permalink
CU-2nqa6pa: clean up nginx image references from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed May 24, 2024
1 parent 5eaa1e9 commit db82a74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Build
run: |
docker build -t cogstacksystems/medcat-trainer:latest webapp/.
docker build -t cogstacksystems/medcat-trainer-nginx:latest nginx/.
- name: Run Django Tests
env:
Expand All @@ -36,4 +35,3 @@ jobs:
- name: Push to DockerHub
run: |
docker push cogstacksystems/medcat-trainer:latest
docker push cogstacksystems/medcat-trainer-nginx:latest
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
IMAGE_TAG: ${{ env.RELEASE_VERSION }}
run: |
docker build -t cogstacksystems/medcat-trainer:$IMAGE_TAG -t cogstacksystems/medcat-trainer:latest webapp/.
docker build -t cogstacksystems/medcat-trainer-nginx:$IMAGE_TAG -t cogstacksystems/medcat-trainer-nginx:latest nginx/.
- name: Run Django Tests
env:
IMAGE_TAG: ${{ env.RELEASE_VERSION }}
Expand All @@ -43,5 +42,3 @@ jobs:
run: |
docker push cogstacksystems/medcat-trainer:$IMAGE_TAG
docker push cogstacksystems/medcat-trainer:latest
docker push cogstacksystems/medcat-trainer-nginx:$IMAGE_TAG
docker push cogstacksystems/medcat-trainer-nginx:latest

0 comments on commit db82a74

Please sign in to comment.