Skip to content

Conversation

@xmudrii
Copy link
Member

@xmudrii xmudrii commented Sep 30, 2025

This PR adds a GitHub Action for building and pushing images. The image is built using docker buildx and pushed to GHCR as ghcr.io/kcp-dev/publishing-bot. The image is built for AMD64 and ARM64 platforms. Tags in use are:

  • latest - when pushing to master
  • tag name - when pushing a tag
  • commit's SHA - in all cases

We're pushing the latest tag because it makes configuring and running publishing-bot easier. If we were using only SHA or tag, we would have to change the publishing-bot configuration in a separate PR after each successful push; I don't think we really need that here, we can just use latest.

The action is ran on pull requests for changes to this action and Dockerfile, on each push to master, and on semver tags. Push is done only for pushes to master and on semver tags.

Note: I'll create a follow up PR to update Makefile to use docker buildx

/assign @xrstf

@k8s-ci-robot k8s-ci-robot added do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 30, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xmudrii

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 30, 2025
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Sep 30, 2025
@xmudrii
Copy link
Member Author

xmudrii commented Sep 30, 2025

Sorry, I created this PR in a wrong repo, I was supposed to create it in https://github.com/kcp-dev/publishing-bot instead!
/close

@k8s-ci-robot
Copy link
Contributor

@xmudrii: Closed this PR.

In response to this:

Sorry, I created this PR in a wrong repo, I was supposed to create it in https://github.com/kcp-dev/publishing-bot instead!
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants