Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Feb 4, 2021
1 parent ec79e9c commit 1fc5510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
COMPOSE_DOCKER_CLI_BUILD: "1"
DOCKER_BUILDKIT: "1"
run: |
docker build . --tag ${{ github.repository }}
docker build . \
--cache-from macbre/phantomas:latest \
--tag ${{ github.repository }}
docker images
- name: Run tests inside the Docker container
Expand Down

0 comments on commit 1fc5510

Please sign in to comment.