-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add workflow to publish image #21
Conversation
Hey Calvin, is this workflow going to publish public or private images? |
@fbac will be publishing to a private ECR repo, following this guide https://www.notion.so/chainlink/Mapping-End-to-end-App-Deployment-e92e381bddff4cb2a78191f15931b144 |
.github/workflows/publish.yml
Outdated
uses: actions/checkout@v4 | ||
|
||
- name: Build and push image | ||
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@25645c21796ebb5554693fcc0d312dc88330fbe0 # cicd-build-publish-artifacts-go@0.2.0 |
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.
Is this github action public? It seems I can't find it.
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.
thanks, was a private action so replaced with a manual workflow
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
@calvwang9 The workflow looks good to me. |
Setting up CICD to deploy timelock-worker on the production testnet env
guide ref: https://www.notion.so/chainlink/Create-CI-Pipeline-to-Build-Push-Docker-image-9c1306e0f2c940e39d581b0968068018