concourse-dsa-resource/Makefile
2023-01-21 15:10:30 +01:00

7 lines
156 B
Makefile

.PHONY: all docker-image
all: docker-image
docker-image: go.mod $(shell find -type f -name '*.go')
docker build -t jandd/concourse-dsa-resource:latest .