Skip to content

Commit

Permalink
Merge pull request #1 from weierophinney/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 b81a529 + d125648 commit 09637d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 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 @@ -45,6 +45,11 @@ jobs:
Generally, you will use this as a dependency of a job that uses [laminas/laminas-continuous-integration-action](https://github.com/laminas/laminas-continuous-integration-action), as demonstrated in the above configuration.
> ### 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.

## Outputs

It spits out a single output, "matrix", which is a JSON string in the following format:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ outputs:
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/laminas/laminas-ci-matrix-container:1'

0 comments on commit 09637d1

Please sign in to comment.