Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 2, 2024
1 parent 8ef2c10 commit 8544b9a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ jobs:
if [ ! -z "${busybox_version}" ]; then
buildah config --label=busybox-version="${busybox_version}"
fi
buildah rm "${container}"
# TODO: use array for labels, and make sure this next container is
# the one getting the labels (above, bioconda-utils is added to the
# first container which is then rmed)
container="$( buildah from "${image_id}" )"
buildah config \
--label=glibc="${glibc}" \
Expand All @@ -179,10 +181,10 @@ jobs:
"${image_name}:${tag}" \
"${image_id}"
# buildah inspect -t image ${image_name}:${tag}
buildah inspect -t image ${image_name}:${tag}
done
done
# buidah_inspect -t manifest ${image_name}
buidah inspect -t manifest ${image_name}
- name: Test
run: |
Expand Down

0 comments on commit 8544b9a

Please sign in to comment.