Skip to content

Commit

Permalink
get bioconda-utils version from step output
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 19, 2024
1 parent 9967d44 commit c4554f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
if: '${{ ! steps.build-env.outputs.TAG_EXISTS_build-env }}'
run: |
echo '${{ secrets.GITHUB_TOKEN }}' | podman login ghcr.io -u '${{ github.actor }}' --password-stdin
BIOCONDA_UTILS_VERSION='${{ steps.get-tag.outputs.tag }}'
podman push \
"localhost/${BUILD_ENV_IMAGE_NAME}:${BIOCONDA_UTILS_VERSION}-base${BASE_TAG}" \
"ghcr.io/bioconda/${BUILD_ENV_IMAGE_NAME}:${BIOCONDA_UTILS_VERSION}-base${BASE_TAG}"
Expand Down Expand Up @@ -218,6 +219,7 @@ jobs:
if: '${{ ! steps.create-env.outputs.TAG_EXISTS_create-env }}'
run: |
echo '${{ secrets.GITHUB_TOKEN }}' | podman login ghcr.io -u '${{ github.actor }}' --password-stdin
BIOCONDA_UTILS_VERSION='${{ steps.get-tag.outputs.tag }}'
podman push \
"localhost/${BUILD_ENV_IMAGE_NAME}:${BIOCONDA_UTILS_VERSION}-base${BASE_TAG}" \
"ghcr.io/bioconda/${BUILD_ENV_IMAGE_NAME}:${BIOCONDA_UTILS_VERSION}-base${BASE_TAG}"
Expand Down

0 comments on commit c4554f7

Please sign in to comment.