Skip to content

Commit 9d27224

Browse files
committed
Remove cache for docker
1 parent 82adf11 commit 9d27224

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/behat-tests.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ jobs:
1616
php: ["8.3"]
1717

1818
steps:
19-
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v3
21-
22-
- name: Build and cache Docker image
23-
uses: docker/build-push-action@v6
19+
- name: Checkout
20+
uses: actions/checkout@v4
2421
with:
25-
push: true
26-
tags: user/app:latest
27-
cache-from: type=registry,ref=user/app:latest
28-
cache-to: type=inline
22+
fetch-depth: 2
23+
24+
- name: Show docker info
25+
run: docker compose version
2926

3027
- name: Start containers
3128
run: |

0 commit comments

Comments
 (0)