Skip to content

Commit 393918f

Browse files
committed
Install Docker Compose
1 parent 0126802 commit 393918f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
--tag ${{ env.IMAGE }}:${{ matrix.version }}
5454
.
5555

56+
- name: Install Docker Compose
57+
uses: withlogicco/setup-compose-cli@v1
58+
5659
- name: Test alpine image
5760
env:
5861
IMAGE: ${{ env.IMAGE }}:${{ matrix.version }}

0 commit comments

Comments
 (0)