This website requires JavaScript.
Explore
Help
Sign In
docker
/
build-push-action
Watch
1
Star
0
Fork
0
mirror of
https://github.com/docker/build-push-action.git
synced
2026-07-21 11:56:24 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9dd5932a8f3bc7b92da3312293f86ccb454fced
build-push-action
/
Dockerfile
T
4 lines
60 B
Docker
Raw
Normal View
History
Unescape
Escape
Add basic CI workflow to test action works
2020-03-05 15:52:50 +00:00
FROM
alpine:3
ENTRYPOINT
[
"echo"
,
"docker github actions"
]
Reference in New Issue
Copy Permalink