Skip to content

fix docker edge tag#959

Merged
henrygd merged 1 commit intohenrygd:mainfrom
a-mnich:fix/docker-edge
Jul 13, 2025
Merged

fix docker edge tag#959
henrygd merged 1 commit intohenrygd:mainfrom
a-mnich:fix/docker-edge

Conversation

@a-mnich
Copy link
Contributor

@a-mnich a-mnich commented Jul 13, 2025

The tag type=edge feature in docker/metadata-action by design only works for GitHub workflow runs that are triggered by branch commits as it is intended for worklows that are being executed on a commit basis.

This PR updates the workflow to use the raw tag type instead, which better reflects the desired behavior.
However, please note that with this change, the edge tag will also be generated even when the tag that triggered the release is not on the default branch.

@henrygd henrygd merged commit 0abd882 into henrygd:main Jul 13, 2025
1 check passed
@henrygd
Copy link
Owner

henrygd commented Jul 13, 2025

Much appreciated 👍

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