Skip to content

Commit 8aa4b48

Browse files
authored
ci: disable docker image
1 parent 8f92d80 commit 8aa4b48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@master
88
- name: install
9-
uses: docker://basaltinc/docker-node-php-base:latest
10-
with:
11-
entrypoint: sh
12-
args: -c "npm ci && composer install"
9+
#uses: docker://basaltinc/docker-node-php-base:latest
10+
run: npm ci && composer install
1311
- name: build
1412
run: npm run build
1513
- name: test

0 commit comments

Comments
 (0)