mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-08-07 19:28:04 +08:00
Handle build bake through bake, bake-files and bake-targets
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
4
test/Dockerfile-bake
Normal file
4
test/Dockerfile-bake
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine
|
||||
|
||||
ARG name=world
|
||||
RUN echo "Hello ${name}!"
|
Reference in New Issue
Block a user