Commit 298fe67
authored
git commit -m 'fix: Ensure containers are tagged by release tag (#1006)
This commit fixes issue #934 where the container publishing CI workflow
only tagged containers by commit SHA and not by the release tag.
The primary issue was an incorrect nesting of the `workflow_run` trigger
within the `push` trigger in the `.github/workflows/publish-ghcr.yml` file.
This prevented the workflow from being correctly triggered upon the completion
of the `Releaser` workflow, which is responsible for creating Git tags
and GitHub releases.
This change corrects the workflow trigger syntax, ensuring that the
container build and publish workflow runs after a release is made,
allowing it to use the semantic version tag for the container image.1 parent 3e7a3bf commit 298fe67
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments