starbops / kubevirtbmc

Power management for KubeVirt virtual machines through IPMI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Wrong controller image pushed to Docker Hub

starbops opened this issue · comments

Describe the bug

The controller image built, packaged, and pushed to the Docker Hub by the defined workflow seems wrong:

To Reproduce
Steps to reproduce the behavior:

  1. Trigger the "merge to main branch" event
  2. The GithHub Actions "Main Build and Publish" workflow starts executing
  3. Observe the built artifacts pushed to Docker Hub
  4. The kubebmc-controller image contains wrong image layers that seem to be the same as kbmc's

Expected behavior

The kubebmc-controller image should consist of the correct image layers.

Screenshots

image

Additional context

This might relate to misconfigured metadata action.

Close as resolved by #15.