File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,13 @@ jobs:
64
64
--tag ${{ env.IMAGE }}:${{ matrix.version }}
65
65
.
66
66
67
+ - name : Install Docker Compose
68
+ uses : withlogicco/setup-compose-cli@v1
69
+
67
70
- name : Test alpine image
68
71
env :
69
72
IMAGE : ${{ env.IMAGE }}:${{ matrix.version }}
70
- run : docker- compose -f docker-compose.test.yml run sut
73
+ run : docker compose -f docker-compose.test.yml run sut
71
74
72
75
# if we get here, the test passed, so let's buildx and push
73
76
- name : Log in to the container registry
Original file line number Diff line number Diff line change @@ -65,10 +65,13 @@ jobs:
65
65
--tag ${{ env.IMAGE }}:${{ matrix.version }}
66
66
.
67
67
68
+ - name : Install Docker Compose
69
+ uses : withlogicco/setup-compose-cli@v1
70
+
68
71
- name : Test alpine image
69
72
env :
70
73
IMAGE : ${{ env.IMAGE }}:${{ matrix.version }}
71
- run : docker- compose -f docker-compose.test.yml run sut
74
+ run : docker compose -f docker-compose.test.yml run sut
72
75
73
76
# if we get here, the test passed, so let's buildx and push
74
77
- name : Log in to the container registry
You can’t perform that action at this time.
0 commit comments