Skip to content

Align published container tags#218

Merged
tzarc merged 1 commit intomasterfrom
zvecr-patch-1
Nov 27, 2025
Merged

Align published container tags#218
tzarc merged 1 commit intomasterfrom
zvecr-patch-1

Conversation

@zvecr
Copy link
Copy Markdown
Member

@zvecr zvecr commented Nov 27, 2025

Description

Republish workflow was updated to push multiple tags:

ghcr.io/qmk/qmk_cli:latest
qmkfm/qmk_cli:latest
ghcr.io/qmk/qmk_cli:${{ github.sha }}
qmkfm/qmk_cli:${{ github.sha }}
ghcr.io/qmk/qmk_cli:${{ steps.previoustag.outputs.tag }}
qmkfm/qmk_cli:${{ steps.previoustag.outputs.tag }}

However this only runs when we want to do something like update base container, and remake the cli container with an existing cli version.

This PR should make the behaviour consistent between the regular release workflow and a republish.

@zvecr zvecr added the bug Something isn't working label Nov 27, 2025
@tzarc tzarc merged commit 7b69bd6 into master Nov 27, 2025
12 checks passed
@tzarc tzarc deleted the zvecr-patch-1 branch November 27, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants