-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): update Makefile to docker compose v2 (#1347)
* fix(ci): update to docker compose v2 Signed-off-by: Brandt Keller <[email protected]> * fix(ci): test file to reproduce issue Signed-off-by: Brandt Keller <[email protected]> * fix(ci): revert tested changes and remove obsolete version Signed-off-by: Brandt Keller <[email protected]> * fix(ci): update checkout action and pin to checksum Signed-off-by: Brandt Keller <[email protected]> --------- Signed-off-by: Brandt Keller <[email protected]>
- Loading branch information
1 parent
bd48bea
commit ba3732f
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
version: '2' | ||
services: | ||
setup: | ||
image: node:18 | ||
|