Skip to content

Commit f6543fe

Browse files
committed
chore(build): tag as :test too
1 parent ec12083 commit f6543fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# Note if you using a proxy, you need to have it running first.
55

66
DOCKER_BUILDKIT=1 BUILDKIT_PROGRESS=plain \
7-
docker build -t gadicc/diffusers-api \
7+
docker build \
8+
-t gadicc/diffusers-api \
9+
-t gadicc/diffusers-api:test \
810
--build-arg http_proxy="http://172.17.0.1:3128" \
911
--build-arg https_proxy="http://172.17.0.1:3128" \
1012
"$@" .

0 commit comments

Comments
 (0)