clarify docekrhub name

This commit is contained in:
ahgraber 2021-02-15 22:34:51 -05:00
parent 3c78949d5c
commit c15070ac26

2
scripts/buildx.sh Normal file → Executable file
View File

@ -12,7 +12,7 @@ docker buildx use "${BUILDX_NAME:-certbot}"
docker buildx build \
-f Dockerfile \
-t ${REGISTRY}/certbot:${TAG} \
-t ${REGISTRY}/certbot_only:${TAG} \
--platform linux/amd64,linux/arm64 \
--push \
.