test alpine based image (#1)
This commit is contained in:
parent
dfc528910c
commit
b7788ca86c
@ -15,7 +15,7 @@ steps:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: "Hugo test build"
|
- name: "Hugo test build"
|
||||||
image: klakegg/hugo:0.91.0-ext-ubuntu
|
image: klakegg/hugo:0.91.1-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo --gc --minify
|
- hugo --gc --minify
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM klakegg/hugo:0.91.0-ext-ubuntu as builder
|
FROM klakegg/hugo:0.91.1-ext-alpine-ci as builder
|
||||||
COPY . /src
|
COPY . /src
|
||||||
#RUN ls -la
|
#RUN ls -la
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
Loading…
Reference in New Issue
Block a user