diff --git a/.woodpecker/build_alpine.yml b/.woodpecker/build_alpine.yml index f63137e..609c833 100644 --- a/.woodpecker/build_alpine.yml +++ b/.woodpecker/build_alpine.yml @@ -8,18 +8,8 @@ steps: test1: image: php:8-fpm-alpine commands: - - export TEST="Hello world" - - echo $TEST - - pwd - - ls -al - - touch test - test2: - image: php:8-fpm-alpine - commands: - - echo $TEST - - pwd - - ls -al - - touch test + - docker inspect php:8-fpm-alpine --format='{{.Created}}' + - docker inspect vistanarvas/simple-laravel:dev-alpine --format='{{.Created}}' # dev_alpine_build_and_publish: