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-08-01 11:30:50 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ef57147e153061e2e2c8635750e49f7df109c61
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