Skip to content

Commit

Permalink
add back bioconda-utils label
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 28, 2024
1 parent 2ef2354 commit fbff2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bioconda-utils-build-env-cos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
pkg_list="$( run cat /.pkg.lst | tr '\n' '|' | sed 's/|$//' )"
glibc="$( run sh -c 'exec "$( find -xdev -name libc.so.6 -print -quit )"' | sed '1!d' )"
bash="$( run bash --version | sed '1!d' )"
bioconda_utils="$( run sh -c '. /opt/conda/etc/profile.d/conda.sh && conda activate base && bioconda-utils --version' | rev | cut -f1 -d " " | rev )"
buildah rm "${container}"
# Store package/version info as labels for the image
Expand All @@ -99,6 +100,7 @@ jobs:
--label=bash="${bash}" \
--label=deb-list="${deb_list}" \
--label=pkg-list="${pkg_list}" \
--label=bioconda-utils="${bioconda_utils}" \
"${container}"
# Store the new image (now with labels)
Expand Down

0 comments on commit fbff2c8

Please sign in to comment.