Skip to content

Commit

Permalink
update backend-docker action to build "develop"
Browse files Browse the repository at this point in the history
  • Loading branch information
edchapman88 committed Jan 23, 2024
1 parent 15ce1ae commit c230d87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
docker build -t turingassuranceplatform/eap_backend:main -f Dockerfile .
docker push turingassuranceplatform/eap_backend:main
- name: "Build dev"
if: ${{ github.ref == 'refs/heads/dev' }}
- name: "Build develop"
if: ${{ github.ref == 'refs/heads/develop' }}
working-directory: eap_backend
run: |
docker build -t turingassuranceplatform/eap_backend:dev -f Dockerfile .
docker push turingassuranceplatform/eap_backend:dev
docker build -t turingassuranceplatform/eap_backend:develop -f Dockerfile .
docker push turingassuranceplatform/eap_backend:develop

0 comments on commit c230d87

Please sign in to comment.