Skip to content

Commit

Permalink
Fakes3 gets built from dev compose in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Nov 14, 2024
1 parent 48fad22 commit b7e6bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Build App and Webserver Images
run: |
cd docker
docker compose build --no-cache webserver app fakes3
docker compose build --no-cache webserver app
docker compose -f docker-compose.development.yml build --no-cache fakes3
- name: Push Dev App and Webserver Images
if: ${{ startsWith(github.ref, 'refs/tags/v') && (contains(github.ref, '-alpha') || contains(github.ref, '-rc')) }}
Expand Down

0 comments on commit b7e6bc5

Please sign in to comment.