Skip to content

Commit 4daf34e

Browse files
committed
Update build.yaml
1 parent ff8bff1 commit 4daf34e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Set commit SHA
2020
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
21-
- name: Install Docker using Docker's official script
22-
run: |
23-
curl -fsSL https://get.docker.com -o get-docker.sh
24-
sudo sh get-docker.sh
25-
continue-on-error: false
26-
- name: Install Docker Compose
27-
run: |
28-
sudo curl -L "https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
29-
sudo chmod +x /usr/local/bin/docker-compose
30-
docker-compose --version
31-
continue-on-error: false
3221
- name: Build the stack
33-
run: docker-compose -f docker-compose.build.yml -env example.env build
22+
run: docker compose -f docker-compose.build.yml -env example.env build
3423

0 commit comments

Comments
 (0)