Skip to content

Commit

Permalink
Construct the job name from 'needs'
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jan 23, 2024
1 parent 87fba07 commit 46719f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/interpolate-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
build:
name: Build image - ${{ matrix.image }}
outputs:
image: $${{ env.DOCKER_MANIFEST }}
tags: ${{ steps.step1.outputs.tags }}
runs-on: ubuntu-22.04

Expand All @@ -45,7 +46,7 @@ jobs:
build-manifest:
needs: [build]
# if: github.ref == 'refs/heads/main'
name: quay.io/bioconda/bioconda-utils-build-env-cos7:${{ matrix.tag }}
name: quay.io/bioconda/${{ needs.build.outputs.image }}:${{ matrix.tag }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 46719f8

Please sign in to comment.