Add DOCKER_TAG into makefile

This commit is contained in:
retropikzel 2026-03-22 06:37:08 +02:00
parent 0384e120c1
commit 902ce4706e
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
.SILENT: test .SILENT: test
PREFIX=/usr/local PREFIX=/usr/local
SCHEME=chibi SCHEME=chibi
IMAGE=${SCHEME}:latest DOCKER_TAG=latest
IMAGE=${SCHEME}:${DOCKER_TAG}
RNRS=r7rs RNRS=r7rs
all: build all: build