Skip to content

chore(ci): dispatch pathfinder-infra version bump on release#3374

Open
zvolin wants to merge 1 commit intomainfrom
zvolin/bump-infra-on-release
Open

chore(ci): dispatch pathfinder-infra version bump on release#3374
zvolin wants to merge 1 commit intomainfrom
zvolin/bump-infra-on-release

Conversation

@zvolin
Copy link
Copy Markdown
Contributor

@zvolin zvolin commented Apr 30, 2026

Automatically dispatch the version bump of pathfinder in pathfinder-infra. This will create a PR in the infra repo with new version, that still needs to be merged to take an effect.

This will require setting up a fine-grained personal access token with permissions on pathfinder-infra: actions: read + write. I think @CHr15F0x should be the owner 🤔

No good way to test it, I think we should just remember to check if it worked during the next release 🙈

@zvolin zvolin requested a review from a team as a code owner April 30, 2026 11:05
update-infra:
if: ${{ github.event_name == 'release' && !github.event.release.prerelease }}
needs: tag-release
runs-on: ubuntu-latest
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if there's a smaller image we can use for smth so self-contained like this

Copy link
Copy Markdown
Contributor Author

@zvolin zvolin Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you want, I can just put it as a part of the tag-release job, but this sounded like better separation of concerns. Otherwise there's ubuntu-slim, but I never touched it and honestly, I would just trust in the latest

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no hard feelings tho, can swap if you prefer

Comment thread .github/workflows/docker.yml
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.

3 participants