stacker-build-push-action/test/stacker.yaml
Petu Eusebiu bcb1b75e0d Added stacker publish
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2022-04-06 19:00:54 +03:00

14 lines
294 B
YAML

# container name
test:
from:
type: docker
url: docker://centos:latest
run: |
echo "echoing substitutes"
echo "${{SUB1}}"
echo "$SUB2"
echo "$SUB3"
ls -al /
echo "Your layer is ${STACKER_LAYER_NAME}"
echo "success"