Skip to content

Commit

Permalink
[ci] Cache docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Nov 13, 2020
1 parent e0b66b1 commit 51ffa79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- run: docker-compose pull

- uses: satackey/[email protected]
continue-on-error: true

- name: Install dependencies
run: make composer-install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ run-tests: composer-env-file

# 🐳 Docker Compose
.PHONY: start
start: CMD=up -d
start: CMD=up --build -d

.PHONY: stop
stop: CMD=stop
Expand Down

0 comments on commit 51ffa79

Please sign in to comment.