mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
fix typo
This commit is contained in:
parent
6cbfb21020
commit
ebc0974db8
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ for plugin in "${CERTBOT_PLUGINS[@]}"; do
|
|||
--build-arg BASE_IMAGE="${BASE_IMAGE}" \
|
||||
--build-arg QEMU_ARCH="${QEMU_ARCH}" \
|
||||
-f "${WORK_DIR}/plugin/Dockerfile" \
|
||||
-t "${DOCKER_REPO}:${ARCH}-${TAG_BASE}" \
|
||||
-t "${DOCKER_REPO}:${TARGET_ARCH}-${TAG_BASE}" \
|
||||
.
|
||||
done
|
||||
popd
|
||||
|
|
|
|||
Loading…
Reference in a new issue