Skip to content

Commit

Permalink
Merge pull request #584 from Sage-Bionetworks/gen-1442.fix.ghcr
Browse files Browse the repository at this point in the history
[GEN-1442] Fix GHCR build for package release
  • Loading branch information
rxu17 authored Feb 13, 2025
2 parents 86d71ca + a05fc87 commit 6953a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
env:
TAGS: ${{ steps.meta.outputs.json }}
run: |
echo tags=$(echo $TAGS | jq '.tags[] | "type=registry,ref=" + . + "_cache"| @text') >> $GITHUB_OUTPUT
echo "tags=$(echo $TAGS | jq -r '.tags[] | "type=registry,ref=\(.)_cache"')" >> $GITHUB_OUTPUT
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit 6953a19

Please sign in to comment.