-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardcode the dockerhub org #3741
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3741 +/- ##
===========================================
- Coverage 58.31% 0.17% -58.14%
===========================================
Files 1 302 +301
Lines 571 285382 +284811
===========================================
+ Hits 333 512 +179
- Misses 238 284870 +284632 see 301 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Added second commit to address incorrect naming in the base bitcoin-test image: https://github.com/stacks-network/stacks-blockchain/actions/runs/5193424766/jobs/9364613730?pr=3741 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* hardcode the dockerhub org * rename base image to stacks-blockchain from stacks-node
* hardcode the dockerhub org * rename base image to stacks-blockchain from stacks-node
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resolves an issue with the dockerhub repo being named differently than the github org https://github.com/stacks-network/stacks-blockchain/actions/runs/5193175067
reverts the image name from the testing repo of
${{ github.repository }}
(i.e.stacks-network/stacks-blockchain
) ->blockstack/${{ github.event.repository.name }}
(blockstack/stacks-blockchain
)https://hub.docker.com/u/blockstack