buildimage/Makefile

9 lines
242 B
Makefile
Raw Normal View History

2023-09-07 11:53:18 +02:00
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
BUILDER := docker buildx
build: dockerfile
@${BUILDER} build --build-arg=GIT_COMMIT=$(shell git describe --tags --always --dirty) -t buildimage .