File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : true
22contact_links :
33 - name : Cardano CLI Issues
4- url : https://github.com/input-output-hk /cardano-cli/issues
4+ url : https://github.com/IntersectMBO /cardano-cli/issues
55 about : Report CLI related issues here
66 - name : Cardano API Issues
7- url : https://github.com/input-output-hk /cardano-api/issues
7+ url : https://github.com/IntersectMBO /cardano-api/issues
88 about : Report API related issues here
Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ jobs:
7171 echo "::endgroup::"
7272
7373 echo "::group::Uploading to registry"
74- skopeo copy docker-archive:./result docker://ghcr.io/input-output-hk /cardano-node:$GITHUB_REF_NAME
74+ skopeo copy docker-archive:./result docker://ghcr.io/intersectmbo /cardano-node:$GITHUB_REF_NAME
7575 echo "::endgroup::"
7676
77- - name : Uploading input-output-hk /cardano-submit-api
77+ - name : Uploading intersectmbo /cardano-submit-api
7878 run : |
7979 echo "::group::Downloading from cache"
8080 nix build --accept-flake-config --print-out-paths --builders "" --max-jobs 0 ${{ steps.flake-metadata.outputs.LOCKED_URL }}#dockerImage/submit-api
8181 echo "::endgroup::"
8282
8383 echo "::group::Uploading to registry"
84- skopeo copy docker-archive:./result docker://ghcr.io/input-output-hk /cardano-submit-api:$GITHUB_REF_NAME
84+ skopeo copy docker-archive:./result docker://ghcr.io/intersectmbo /cardano-submit-api:$GITHUB_REF_NAME
8585 echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments