mirror of
https://github.com/docker/bake-action.git
synced 2026-03-01 06:08:52 +01:00
Initial commit
This commit is contained in:
4
test/Dockerfile
Normal file
4
test/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine
|
||||
|
||||
ARG name=world
|
||||
RUN echo "Hello ${name}!"
|
||||
Reference in New Issue
Block a user