We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827420a commit 08476c0Copy full SHA for 08476c0
.github/workflows/monthly-docker-build.yml
@@ -16,14 +16,14 @@ jobs:
16
working-directory: store
17
run: |
18
echo "Services in store/docker-compose.yml:"
19
- docker-compose config --services
+ docker compose config --services
20
echo "Building all images in store/docker-compose.yml with --no-cache"
21
- docker-compose build --no-cache
+ docker compose build --no-cache
22
23
- name: Build compose images
24
working-directory: compose
25
26
echo "Services in compose/docker-compose.yml:"
27
28
echo "Building all images in compose/docker-compose.yml with --no-cache"
29
0 commit comments