Use tagged version for Anthracite
This commit is contained in:
parent
2abb1769c3
commit
18106cf229
|
@ -4,5 +4,5 @@ WORKDIR /site
|
|||
COPY . .
|
||||
RUN /bin/bash compile.sh
|
||||
|
||||
FROM ghcr.io/nickorlow/anthracite:main
|
||||
FROM ghcr.io/nickorlow/anthracite:0.2.0
|
||||
COPY --from=build-env /site/out/ /www/
|
||||
|
|
Loading…
Reference in a new issue