Skip to content

Commit

Permalink
fix invalid reference format error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Apr 18, 2024
1 parent 8caac9f commit d4c05ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
env:
JFROG_REGISTRY: mskcc.jfrog.io
JFROG_CONTAINER_REPO: mskcc.jfrog.io/omicswf-docker-prod-local/mskcc-omics-workflows
GHCR_CONTAINER_REPO: ghcr.io/mskcc-omics-workflows/
GHCR_CONTAINER_REPO: ghcr.io/mskcc-omics-workflows

jobs:
dockerfile-changes:
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
if: always()
run: |
echo "toJSON(needs) = ${{ toJSON(needs) }}"
echo "toJSON(needs.*.result) = ${{ toJSON(needs.*.result) }}"
echo "toJSON(needs.*.result) = ${{ toJSON(needs.*.result) }}"

0 comments on commit d4c05ac

Please sign in to comment.