Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/csegarragonz/set-compose-version-action
- Owner: csegarragonz
- Created: 2023-11-01T20:05:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:41:40.000Z (about 1 year ago)
- Last Synced: 2023-11-01T21:27:35.617Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.