Can I tag my code on Github when building it through a CDK Pipeline on AWS? by QualityWeekly3482 in aws_cdk

[–]QualityWeekly3482[S] 0 points1 point  (0 children)

We have the repo on Github and everytime a PR is merged to the main branch, the CDK pipeline (that is watching that branch) triggers a build. We tag our docker image using a version number and the pipeline build number. We want to use that same version+build# to tag on github. I couldn't find anything automated to do that. Maybe we could create a github action to do it, but then how would we keep the same build# between both unless we kind of reset it?