Skip to content

Commit

Permalink
Merge pull request #1 from laminas/feature/direct-container-usage
Browse files Browse the repository at this point in the history
Directly use base docker image
  • Loading branch information
weierophinney authored Feb 17, 2021
2 parents eaa02de + 03991b5 commit 2e72b58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:
with:
job: ${{ matrix.job }}
```
> ### DO NOT use actions/checkout
>
> **DO NOT** use the `actions/checkout` action in a step prior to using this action.
> Doing so will lead to errors, as this action performs git checkouts into the WORKDIR, and a non-empty WORKDIR causes that operation to fail.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ inputs:
required: true
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/laminas/laminas-continuous-integration-container:1'
args:
- ${{ inputs.job }}

0 comments on commit 2e72b58

Please sign in to comment.