Loading .gitlab-ci.yml +17 −0 Original line number Diff line number Diff line Loading @@ -72,3 +72,20 @@ push-docker: needs: - job: build-docker artifacts: true # hugo image: build-hugo: extends: .container-build variables: CONTEXT: images/hugo push-hugo: extends: .container-push variables: CONTEXT: images/hugo IMAGE: ci-images TAG: hugo needs: - job: build-hugo artifacts: true images/hugo/.dockerignore 0 → 100644 +1 −0 Original line number Diff line number Diff line * images/hugo/Dockerfile 0 → 100644 +4 −0 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/alpine:3.14 # hadolint ignore=DL3018 RUN apk add --no-cache --update hugo && \ hugo version Loading
.gitlab-ci.yml +17 −0 Original line number Diff line number Diff line Loading @@ -72,3 +72,20 @@ push-docker: needs: - job: build-docker artifacts: true # hugo image: build-hugo: extends: .container-build variables: CONTEXT: images/hugo push-hugo: extends: .container-push variables: CONTEXT: images/hugo IMAGE: ci-images TAG: hugo needs: - job: build-hugo artifacts: true
images/hugo/Dockerfile 0 → 100644 +4 −0 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/alpine:3.14 # hadolint ignore=DL3018 RUN apk add --no-cache --update hugo && \ hugo version