test alpine based image (#1)

This commit is contained in:
OCram85 2021-12-23 15:11:14 +01:00 committed by GitHub
parent dfc528910c
commit b7788ca86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ steps:
- git submodule update --init --recursive
- name: "Hugo test build"
image: klakegg/hugo:0.91.0-ext-ubuntu
image: klakegg/hugo:0.91.1-ext-alpine-ci
commands:
- hugo --gc --minify

View File

@ -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
#RUN ls -la
WORKDIR /src