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
512e4e994bf4e16f720e2bd87ee93a791a987d75
build-push-action
/
test
/
Dockerfile-bake
T
5 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Handle build bake through bake, bake-files and bake-targets
2020-08-16 17:18:08 +02:00
FROM alpine
ARG name=world
RUN echo "Hello ${name}!"
Reference in New Issue
Copy Permalink