Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update woodpecker config tag filter notation #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikiDi
Copy link

@MikiDi MikiDi commented Oct 4, 2024

The old notation is not compatible with our current version of Woodpecker any more.

@madnificent
Copy link
Member

I've just made a release on another project which uses the following syntax which seems what we have here now:

  when:
    event: tag
    tag: v*

Is this a current or a future problem that would apply to many other repositories?

@MikiDi
Copy link
Author

MikiDi commented Oct 9, 2024

You indeed won't notice any problem when releasing how we usually do. The pipeline will however also trigger for a tag like my-tag (without the leading v), which is exactly what this config is meant to prevent.
It is a current problem since we are running a Woodpecker version that no longer supports this old syntax. Indeed applies to many other repos.
You can see the related discussion here: https://chat.semte.ch/group/docker?msg=76w3SXompgPR6WmdP

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