mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-29 09:57:02 +03:00
Use same ghc version as alpine image
This commit is contained in:
parent
9a8d463a8f
commit
05835f51fe
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -52,13 +52,13 @@ jobs:
|
||||
- run: cabal test --enable-tests
|
||||
- run: cabal haddock | grep "100%" | wc -l | grep -G "[45]" # Fixes issue with different haddock coverage with different ghc versions https://github.com/haskell/haddock/issues/123
|
||||
- run: cabal sdist
|
||||
- if: matrix.ghc == '8.10.4'
|
||||
- if: matrix.ghc == '8.8.4'
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- if: matrix.ghc == '8.10.4'
|
||||
- if: matrix.ghc == '8.8.4'
|
||||
name: Dockerize
|
||||
run: |
|
||||
docker build . -t hapistrano
|
||||
|
Loading…
Reference in New Issue
Block a user