Skip to content

feat: add commit hash as a tag to docker images#241

Merged
CluEleSsUK merged 2 commits into
mainfrom
feat/tag-commit
Nov 24, 2025
Merged

feat: add commit hash as a tag to docker images#241
CluEleSsUK merged 2 commits into
mainfrom
feat/tag-commit

Conversation

@CluEleSsUK
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@azixus azixus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one remark, but looks fine otherwise

tags: |
type=sha,prefix=
type=ref,event=branch,suffix=-latest,enable=${{ startsWith(github.ref, 'refs/heads/') }}
type=semver,pattern={{version}},event=tag,enable=${{ startsWith(github.ref, 'refs/tags/') }}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant with the unconditional type=semver,pattern={{version}} below

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops yes, good catch

@CluEleSsUK CluEleSsUK merged commit dd949b2 into main Nov 24, 2025
19 of 20 checks passed
@CluEleSsUK CluEleSsUK deleted the feat/tag-commit branch November 24, 2025 17:57
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.

2 participants