Skip to content

Update pipeline to tag images with gitsha and latest#5

Merged
samsar merged 1 commit into
mainfrom
tag-builds-with-gitsha
Mar 17, 2026
Merged

Update pipeline to tag images with gitsha and latest#5
samsar merged 1 commit into
mainfrom
tag-builds-with-gitsha

Conversation

@samsar

@samsar samsar commented Mar 16, 2026

Copy link
Copy Markdown

What does this do?

We need the ability to pin deployments to certain versions of our steampipe image.

For instance, when we're introducing new features, or updating our forked version with updates from upstream, we want the ability to gradually roll out the new image and test it with different services. If something breaks, we want the ability to roll back to old version.

This creates two tags: one with the gitsha and one with latest. The latest tag will always move up to the latest build, while previous builds are still accessible via their gitsha. This preserves our ability rollout latest automatically when this repo pushes a new image; but also gives us the ability to rollback to a known good version when needed.

@samsar samsar merged commit 224ede2 into main Mar 17, 2026
1 check failed
@samsar samsar deleted the tag-builds-with-gitsha branch July 16, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant