Browse Source

Allow to define Docker tag to build

pull/145/head
Jérémy DECOOL 3 years ago
parent
commit
1569cb1c6d
No known key found for this signature in database GPG Key ID: 60D6FF1081E8575
  1. 2
      Makefile

2
Makefile

@ -2,7 +2,7 @@ define docker_build_and_push
docker buildx build \ docker buildx build \
--push \ --push \
--platform linux/arm64,linux/amd64 \ --platform linux/arm64,linux/amd64 \
-t "schickling/$1" \
-t "schickling/$1:$(if $2,$2,latest)" \
./$1 ./$1
endef endef

Loading…
Cancel
Save