Skip to content
Snippets Groups Projects
Commit cd27779f authored by nimrod's avatar nimrod
Browse files

Add hugo image.

parent a0aee797
No related branches found
No related tags found
No related merge requests found
......@@ -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
*
FROM registry.hub.docker.com/library/alpine:3.14
# hadolint ignore=DL3018
RUN apk add --no-cache --update hugo && \
hugo version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment