Browse Source

Allow to define Docker tag to build

pull/145/head
Jérémy DECOOL 2 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 \
--push \
--platform linux/arm64,linux/amd64 \
-t "schickling/$1" \
-t "schickling/$1:$(if $2,$2,latest)" \
./$1
endef

Loading…
Cancel
Save