77b3968913
* Fix local Docker actions: invalid reference format * Create Dockerfile * Create Dockerfile * Update push.yml * Revert "Create Dockerfile" This reverts commit 9d1dbbc2c7fdf52963e55feb4148ac2b14d639d0. * Fix lint * fix: re-use image that is already present in repo ubuntu:latest would pull unnecessary blobs from registry and count toward API limit * fix: revert change reverting due to issue in image deletion that will have to be investigated separately Co-authored-by: Ryan <me@hackerc.at>
12 lines
248 B
YAML
12 lines
248 B
YAML
name: local-action-dockerfile
|
|
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ./actions/docker-local
|
|
with:
|
|
who-to-greet: 'Mona the Octocat'
|
|
- uses: ./localdockerimagetest_
|