Skip to content

Conversation

@rnbguy
Copy link

@rnbguy rnbguy commented Oct 21, 2025

closes #20

  • builds docker images for two platforms: amd64 and arm64.
  • publishes docker images to ghcr at commits at main branch and git tags.
  • a new commit on main branch also update the latest docker tag.
  • added workflow_dispatch for any unforeseen failure situation.

uses: actions/checkout@v5

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please pin specific SHA-1 commits of those? v3 is good but it's mutable and can be changed by adversaries.

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.

publish docker image to a container registry

2 participants