Skip to content

Commit

Permalink
reset the arch image array between debian versions
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Hill <adam@diginc.us>
  • Loading branch information
diginc committed Jul 18, 2020
1 parent d96a7fe commit bba93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions-deploy.sh
Expand Up @@ -14,6 +14,7 @@ function annotate() {

function create_manifest() {
local debian_version=$1
local images=()
cd "${debian_version}"

for arch in *; do
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bba93de

Please sign in to comment.