Builder image build doesn't get triggered on PR #19
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I currently just build the image locally, but that isn't very practical. Instead, the Dockerfile should be added to the repo & a CI step added to build & publish it.
The image has been added to the CI, but Woodpecker currently has a bug where merging a PR doesn't properly trigger the
when: path:constraint on a step. This causes the image to not get built, even if the file did change. Therefore, I'm going to keep this PR open until this bug is properly resolved.Add vlang image building to CIto Builder image build doesn't get triggered on PRThe builder image is handled in a different repository now, so this issue isn't relevant anymore.