Skip to content

Commit

Permalink
new version of docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHK authored Dec 2, 2024
1 parent 2689baf commit 241fb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
uses: docker://itisfoundation/ci-service-integration-library:v2.0.5
with:
args: ooil --version
- name: Assemble docker-compose spec
- name: Assemble docker compose spec
uses: docker://itisfoundation/ci-service-integration-library:v2.0.5
with:
args: ooil compose
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v2.0.5
with:
args: docker-compose build
args: docker compose build
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ compose-spec: ## runs ooil to assemble the docker-compose.yml file
sh -c "cd /${DOCKER_IMAGE_NAME} && ooil compose"

build: | compose-spec ## build docker image
docker-compose build
docker compose build

# To test built service locally -------------------------------------------------------------------------
.PHONY: run-local
run-local: ## runs image with local configuration
docker-compose --file docker-compose-local.yml up
docker compose --file docker-compose-local.yml up

.PHONY: publish-local
publish-local: ## push to local throw away registry to test integration
Expand Down

0 comments on commit 241fb62

Please sign in to comment.