mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
build: Allow optional "nodeploy" tag to exclude deploy command from bin
Fixes #7826
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
FROM golang:1.15-alpine AS build
|
||||
|
||||
# Optionally set HUGO_BUILD_TAGS to "extended" when building like so:
|
||||
# Optionally set HUGO_BUILD_TAGS to "extended" or "nodeploy" when building like so:
|
||||
# docker build --build-arg HUGO_BUILD_TAGS=extended .
|
||||
ARG HUGO_BUILD_TAGS
|
||||
|
||||
|
Reference in New Issue
Block a user