You've already forked docker-compose-docker
Compare commits
3 Commits
adfbd0d30d
...
53a42cb7cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
53a42cb7cc
|
|||
|
5740bd1782
|
|||
|
729f95c990
|
@@ -14,6 +14,7 @@ jobs:
|
||||
tag_on_change:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5.0.0
|
||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# DC_VERSION
|
||||
# Only required to install a specify version
|
||||
DC_VERSION?=v2.40.2 # renovate: datasource=github-releases depName=docker/compose
|
||||
DC_VERSION?=v2.40.0 # renovate: datasource=github-releases depName=docker/compose
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and
|
||||
|
||||
Reference in New Issue
Block a user