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-20 19:36:24 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec965500d91a7eb522734a89211dc366eb97577e
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