Skip to content

Commit

Permalink
Merge pull request #302 from AltGr/parser-fix
Browse files Browse the repository at this point in the history
Tweak priority of 'set contains elt' / tag Docker images
  • Loading branch information
denismerigoux authored Aug 3, 2022
2 parents 2da94b8 + 0abbb3e commit 38ca40d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-make-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- name: Prepare container with all dependencies
run: git archive HEAD | docker build - --target dev-build-context
- name: Run builds, checks and tests
run: git archive HEAD | docker build -
run: git archive HEAD | docker build - --force-rm -t catalalang/catala:${GITHUB_HEAD_REF:-${GITHUB_REF_NAME}}
- name: Cleanup Docker image
if: ${{ github.ref != 'refs/heads/master' }}
run: docker image rm catalalang/catala:${GITHUB_HEAD_REF:-${GITHUB_REF_NAME}}
Loading

0 comments on commit 38ca40d

Please sign in to comment.