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

fix(ci): correct docker-compose install #2954

Merged
merged 2 commits into from
Aug 7, 2024
Merged

fix(ci): correct docker-compose install #2954

merged 2 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. fix(ci): correct docker-compose install

    The base actions image no longer appears to include an old version of
    `docker-compose` so there's no thing to replace. Switch to installing
    `docker-compose` in a directory alongside the `docker` binary.
    
    Also bump docker-compose to the latest release whilst making changes
    here.
    
    Signed-off-by: Dominic Evans <[email protected]>
    dnwe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    08ded32 View commit details
    Browse the repository at this point in the history
  2. chore(ci): remove version field from compose yml

    This field was only ever informational and is obsolete and
    docker-compose complains about it, so remove it to silence the warning.
    
    Ref: https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-elements
    
    Signed-off-by: Dominic Evans <[email protected]>
    dnwe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c829658 View commit details
    Browse the repository at this point in the history