EVerest / everest-demo

EVerest demo: Dockerized demo with software in the loop simulation
Apache License 2.0
14 stars 13 forks source link

🚑 Images being built by the CI/CD are being tagged with the branch instead of the version tag #12

Closed shankari closed 7 months ago

shankari commented 7 months ago

Describe the bug @drmrd can you please take a look at this? From https://github.com/EVerest/everest-demo/actions/runs/7109613037 (for example), we have

EVerest/EVerest#12 pushing manifest for ghcr.io/everest/everest-demo/manager:main@sha256:89799fb3302309c5337ab40c85af7e573d65ff2decda6315c2c1eb644c722681
EVerest/EVerest#12 pushing manifest for ghcr.io/everest/everest-demo/manager:main@sha256:89799fb3302309c5337ab40c85af7e573d65ff2decda6315c2c1eb644c722681 1.5s done
EVerest/EVerest#12 DONE 2.2s

To Reproduce Check the tags of the published packages

Expected behavior Packages should be tagged with 0.0.3 or 0.0.4 Instead, packages are tagged with main

Screenshots

Screen Shot 2023-12-05 at 7 29 59 PM
drmrd commented 7 months ago

This should be fixed in EVerest/everest-demo#11.