Skip to content

chore: setup docker images#167

Merged
danyalprout merged 1 commit intomainfrom
publisher-docker-image
Nov 4, 2025
Merged

chore: setup docker images#167
danyalprout merged 1 commit intomainfrom
publisher-docker-image

Conversation

@danyalprout
Copy link
Copy Markdown
Collaborator

@danyalprout danyalprout commented Nov 4, 2025

Description

  • Delete the unused release job
  • Setup automatic pushes to ghcr.io/base/node-reth-dev:master on merges to master
  • Create a job that takes a branch and will push ghcr.io/base/node-reth-dev:<commitSha> to the registry
  • Does not add vXYZ tagging as this should be managed in base/node

@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented Nov 4, 2025

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@danyalprout danyalprout force-pushed the publisher-docker-image branch from e7b712a to fb5bc94 Compare November 4, 2025 18:47
@danyalprout danyalprout marked this pull request as ready for review November 4, 2025 18:49
@danyalprout danyalprout force-pushed the publisher-docker-image branch from fb5bc94 to 0a76b0f Compare November 4, 2025 18:52
Copy link
Copy Markdown
Contributor

@meyer9 meyer9 left a 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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

We may want to use the branch that we already have to pass into the dispatch.

username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate commit hash tags
Copy link
Copy Markdown
Contributor

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
Copy link
Copy Markdown
Contributor

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)

@danyalprout danyalprout merged commit c83291e into main Nov 4, 2025
8 checks passed
@danyalprout danyalprout deleted the publisher-docker-image branch November 4, 2025 19:13
refcell pushed a commit that referenced this pull request Feb 18, 2026
this might appear premature, but we need this already
haardikk21 pushed a commit that referenced this pull request Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants