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

ci: use the latest OBS in Docker image #133

Merged
merged 3 commits into from
Jan 26, 2024
Merged

ci: use the latest OBS in Docker image #133

merged 3 commits into from
Jan 26, 2024

Conversation

andreykaipov
Copy link
Owner

@andreykaipov andreykaipov commented Jan 26, 2024

Whenever obs-websocket releases a new minor version, the client library is auto generated, but if the minor version has new requests, the tests will fail because we're testing against the older version of the server, e.g. #131

Since obs-websocket is bundled with OBS now, this PR gets the latest artifact from obsproject/obs-studio's push workflow and uses that instead of the PPA because it could be weeks until it's updated.

It also builds the image before bumping instead of on a weekly cadence. Hopefully the next time there's a minor version bump with new requests, this will automatically build the image, the generated protocol PR will be created, and the tests can pass.

This PR also changes the retention policy on our ghcr images (TBD). No need to do this as I only remove untagged images.

@andreykaipov andreykaipov merged commit db85c53 into main Jan 26, 2024
8 checks passed
@andreykaipov andreykaipov deleted the andrey/docker branch January 26, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant