mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 14:46:39 +02:00
Add basic CI workflow to test action works
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
0d47b3c9b9
commit
676cae2f85
2 changed files with 35 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM alpine:3
|
||||
|
||||
ENTRYPOINT ["echo", "docker github actions"]
|
Loading…
Add table
Add a link
Reference in a new issue