Skip to content

Commit

Permalink
Split docker-compose build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Jun 21, 2021
1 parent d400314 commit 736baf4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build with Docker Compose
run: docker-compose up
- name: Build Docker image
run: docker-compose build
working-directory: reproducible-builds

- name: Build APKs
run: docker-compose run reproducible-molly
working-directory: reproducible-builds

- name: Log checksums
Expand Down

0 comments on commit 736baf4

Please sign in to comment.