Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csegarragonz/set-compose-version-action

Action to set a specific `docker compose` version in a GHA runner.
https://github.com/csegarragonz/set-compose-version-action

Last synced: about 2 months ago
JSON representation

Action to set a specific `docker compose` version in a GHA runner.

Awesome Lists containing this project

README

        

# Set `docker compose` Version Action

This action pins the `docker compose` version inside a GHA.

The GitHub Actions Runner is pinned to the very latest `docker compose` version.
In the past, this has silently broken many GHA pipelines due to bugs introduced
in new `docker compose` releases. You may use this action to prevent this errors
and update `docker compose` at your own pace.