Skip to content

Commit 82adf11

Browse files
committed
Remove checkout action and context
1 parent a2baeea commit 82adf11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/behat-tests.yml

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

1818
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v4
21-
with:
22-
fetch-depth: 2
23-
2419
- name: Set up Docker Buildx
2520
uses: docker/setup-buildx-action@v3
2621

2722
- name: Build and cache Docker image
2823
uses: docker/build-push-action@v6
2924
with:
30-
context: .
3125
push: true
3226
tags: user/app:latest
3327
cache-from: type=registry,ref=user/app:latest

0 commit comments

Comments
 (0)