-
Notifications
You must be signed in to change notification settings - Fork 113
chore: setup docker images #167
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
Conversation
✅ Heimdall Review Status
|
e7b712a to
fb5bc94
Compare
fb5bc94 to
0a76b0f
Compare
meyer9
left a comment
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.
LG! left a few suggestions, but feel free to take or leave
| on: | ||
| workflow_dispatch: | ||
| inputs: | ||
| ref: |
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.
| username: ${{ github.actor }} | ||
| password: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
||
| - name: Generate commit hash tags |
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.
I think we can use docker meta here: https://github.com/docker/metadata-action which will also add opencontainer labels to the built image
| images: ghcr.io/base/node-reth-dev | ||
| tags: | | ||
| type=ref,event=branch | ||
| type=sha,format=short |
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.
would rather just use the full sha so there are no chances of a conflict (very low probability with short shas I know)

Description
ghcr.io/base/node-reth-dev:masteron merges to masterghcr.io/base/node-reth-dev:<commitSha>to the registry