mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Merge pull request #321 from fpco/update-pantry
Update pantry to use new casa urls
This commit is contained in:
commit
96522f62ea
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
@ -2,7 +2,7 @@ name: Runtime image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, bench, 311-less-snapshots]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
push:
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
FROM ghcr.io/fpco/stackage-server/base-build:37eb5f3da608d3796a5176a3c27fe83f340690e7 as build-app
|
||||
FROM ghcr.io/fpco/stackage-server/base-build:02cdb54683a9c8feec125bbdc9aa36f9700dad17 as build-app
|
||||
|
||||
RUN mkdir -p /artifacts/bin
|
||||
COPY . /src
|
||||
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin
|
||||
|
||||
FROM ghcr.io/fpco/stackage-server/base-run:37eb5f3da608d3796a5176a3c27fe83f340690e7
|
||||
FROM ghcr.io/fpco/stackage-server/base-run:02cdb54683a9c8feec125bbdc9aa36f9700dad17
|
||||
|
||||
COPY --from=build-app /src/config/ /app/config/
|
||||
COPY --from=build-app /src/static/ /app/static/
|
||||
|
||||
@ -5,6 +5,12 @@ extra-deps:
|
||||
- classy-prelude-yesod-1.5.0
|
||||
- unliftio-core-0.1.2.0
|
||||
- yesod-gitrepo-0.3.0
|
||||
- static-bytes-0.1.0
|
||||
- companion-0.1.0
|
||||
- aeson-warning-parser-0.1.0
|
||||
- hpack-0.35.0
|
||||
- git: https://github.com/commercialhaskell/pantry.git
|
||||
commit: 5df643cc1deb561d9c52a9cb6f593aba2bc4c08e
|
||||
|
||||
drop-packages:
|
||||
- Cabal
|
||||
|
||||
Loading…
Reference in New Issue
Block a user