Skip to content

Commit d3bda74

Browse files
committed
Revert "Setup Docker compose instead of just buildx."
This reverts commit cb9684e.
1 parent 1a273db commit d3bda74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: pierotofy/set-swap-space@master
1616
with:
1717
swap-size-gb: 12
18-
- name: Set up Docker Compose
19-
uses: docker/setup-compose-action@v1
18+
- name: Set up Docker Buildx
19+
uses: docker/setup-buildx-action@v3
2020
- name: Build webapp
2121
uses: docker/build-push-action@v6
2222
with:

0 commit comments

Comments
 (0)