Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix container image name when multiple given
when this is workflow triggered by a tag push event, then it tags the image in multiple ways eg: "image.name": "ghcr.io/px4/px4-dev:v1.16.0-alpha1,ghcr.io/px4/px4-dev:latest" Having multiple names messes up the exectuion of the next step in the chain since we depend on its name to complete the testing
- Loading branch information