reset the arch image array between debian versions

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-07-17 22:10:10 -05:00
parent d96a7fe887
commit bba93dea3e
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ function annotate() {
function create_manifest() {
local debian_version=$1
local images=()
cd "${debian_version}"
for arch in *; do
@ -64,7 +65,6 @@ echo "{}" | jq '.experimental="enabled"' | tee ~/.docker/config.json
echo "${DOCKERHUB_PASS}" | docker login --username="${DOCKERHUB_USER}" --password-stdin
docker info
images=()
ls -lat ./.gh-workspace/
cd .gh-workspace