File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments