mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
✔
This commit is contained in:
12
Dockerfile.test
Normal file
12
Dockerfile.test
Normal file
@ -0,0 +1,12 @@
|
||||
# syntax=docker/dockerfile:1.14-labs
|
||||
FROM alpine:latest
|
||||
|
||||
ARG SHA=unspecified
|
||||
ENV SHA=$SHA
|
||||
|
||||
COPY <<EOF /root/sha.txt
|
||||
$SHA
|
||||
EOF
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user