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

[ignore][CI] Fix docker compose #311

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/backup_build.yml
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: docker-compose build --no-cache backup-server
- name: docker compose build --no-cache backup-server
working-directory: ./services
run: docker-compose build --no-cache backup-server
run: docker compose build --no-cache backup-server
4 changes: 2 additions & 2 deletions .github/workflows/blob_build.yml
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: docker-compose build --no-cache blob-server
- name: docker compose build --no-cache blob-server
working-directory: ./services
run: docker-compose build --no-cache blob-server
run: docker compose build --no-cache blob-server
4 changes: 2 additions & 2 deletions .github/workflows/identity_build.yaml
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: docker-compose build --no-cache identity-server
- name: docker compose build --no-cache identity-server
working-directory: ./services
run: docker-compose build --no-cache identity-server
run: docker compose build --no-cache identity-server
4 changes: 2 additions & 2 deletions .github/workflows/tunnelbroker_build.yaml
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: docker-compose build --no-cache tunnelbroker-server
- name: docker compose build --no-cache tunnelbroker-server
working-directory: ./services
run: docker-compose build --no-cache tunnelbroker-server
run: docker compose build --no-cache tunnelbroker-server