mirror of
https://github.com/docker/bake-action.git
synced 2025-12-27 16:31:19 +01:00
8 lines
109 B
Docker
8 lines
109 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM busybox AS t1
|
|
RUN echo "Hello t1"
|
|
|
|
FROM busybox AS t2
|
|
RUN echo "Hello t2"
|