SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

CI - Only tag extra docker images on tag refs

Open bfops opened this issue 9 months ago • 0 comments

Description of Changes

Previously, we would create an extra docker image for every git ref that was pushed. Now, we only do it for tags.

We had intended to remove the docker tags for git branches a long time ago, because it was cumbersome to map between "we're using the docker image of $BRANCH" to which exact commit was deployed. However, this merge-docker-images.sh script slipped through the cracks, so it was still creating docker tags corresponding to git branches.

API and ABI breaking changes

No code changes.

Expected complexity level and risk

1

Testing

  • [x] When I make the CI run on this branch, we successfully get all the sha docker tags (platform-specified, unified) but NOT a docker tag for the branch name

bfops avatar Mar 04 '25 00:03 bfops