From bba93dea3e33a0f95f7e61d6860ca4713fd13c99 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Fri, 17 Jul 2020 22:10:10 -0500 Subject: [PATCH] reset the arch image array between debian versions Signed-off-by: Adam Hill --- gh-actions-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions-deploy.sh b/gh-actions-deploy.sh index 66f0d01..51e3240 100755 --- a/gh-actions-deploy.sh +++ b/gh-actions-deploy.sh @@ -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