-
Notifications
You must be signed in to change notification settings - Fork 7
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
DP-362 - Add Global Docker Compose Stop #13
Conversation
dcbickfo
commented
Jun 12, 2024
•
edited
Loading
edited
- Added the stop command to global docker compose
- Removed the now obsolete version tag from the docker-compose.yml: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-optional
- Updated readme
- Updated changelog
- Update to the github action to pull v1 of goreleaser (there is a major version release (v2) which removed some options currently used)
@@ -35,7 +35,7 @@ jobs: | |||
uses: goreleaser/goreleaser-action@v3 | |||
with: | |||
distribution: goreleaser | |||
version: latest | |||
version: "~> v1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the last change goreleaser pushed a v2 that latest started pulling (and failing the CI due to a command removal). I felt updating to v2 of goreleaser was out of scope for this PR so I changed it to pull the most recent version of v1.
@@ -0,0 +1,43 @@ | |||
/* | |||
Package commands Copyright © 2021 NAME HERE <EMAIL ADDRESS> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need license stuff in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. I don't see why it's needed but all the other commands have it at the top so I added it.
Really just a case of if everyone else does it, would you. In this case yes ... yes I would. 😂
What's the difference between |