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
3f39bb96b50fbdf780d6eb88ab76dc694ac9f2cc
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