Skip to content

Commit

Permalink
Do not automatically switch to tag latest-minimal in dev images
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jan 22, 2025
1 parent 307d573 commit 22d9085
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ ifndef DOCKER_DEV_IMAGE
endif
ifeq ($(DOCKER_DEV_IMAGE), true)
DOCKER_TAG_POSTFIX=-no_docs
ifeq ($(DOCKER_TEXLIVE_TAG), latest)
DOCKER_TEXLIVE_TAG=latest-minimal
endif
endif
DOCKER_TEMPORARY_IMAGE=ghcr.io/witiko/markdown
DOCKER_TEMPORARY_TAG=$(VERSION)-$(DOCKER_TEXLIVE_TAG)$(DOCKER_TAG_POSTFIX)
Expand Down

0 comments on commit 22d9085

Please sign in to comment.