NeonGeckoCom / pyklatchat

Pythonic Version of Klatchat
Other
2 stars 0 forks source link

[BUG] Docker image tags do not match branches #77

Closed NeonDaniel closed 5 months ago

NeonDaniel commented 8 months ago

Description

The current automation pushes images to ghcr on PR instead of Merge, so tags are applied before PR approval/merge.

Steps to Reproduce

No response

Relevant Code

No response

Other Notes

The dev and master tags should always match those branches. We could add another tag (pre, alpha) for builds on PR if that is helpful, but currently it is unclear what commit is associated with the dev tag and the master tag is being updated before changes are tested/marked stable.

NeonKirill commented 6 months ago

@NeonDaniel added alpha as a separate branch, for beta we are going to use dev, and when we get to stable - it will be main