Skip to content

Commit

Permalink
Fixed the GHC version
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Jul 23, 2024
1 parent 68973e2 commit 53e5906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-haskell-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
uses: docker/build-push-action@v5
with:
push: ${{ github.ref == 'refs/heads/main'}}
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.docker-metadata.outputs.tags }}
build-args: |
GHC=${{ inputs.ghc-version }}

0 comments on commit 53e5906

Please sign in to comment.