mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Update tools/docker/deploy_images.sh
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
cebe25e26f
commit
c7adb00c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ set -euxo pipefail
|
|||
# pushed to the docker hub repo.
|
||||
# The argument "all" will push all known architectures. Alternatively, the
|
||||
# user may provide a comma separated list of architectures drawn from the
|
||||
# known architectures. Know architectures include amd64, arm32v6, and arm64v8.
|
||||
# known architectures. Known architectures include amd64, arm32v6, and arm64v8.
|
||||
|
||||
source "$(realpath $(dirname ${BASH_SOURCE[0]}))/lib/common"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue