2020-02-10 17:27:05 -06:00
|
|
|
name: local-action-dockerfile
|
|
|
|
on: push
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-06-10 10:28:23 -05:00
|
|
|
- uses: actions/checkout@v2
|
2020-02-10 17:27:05 -06:00
|
|
|
- uses: ./actions/docker-local
|
|
|
|
with:
|
|
|
|
who-to-greet: 'Mona the Octocat'
|