kind: pipeline type: docker name: test steps: - name: build image: gong921123/debian-nginx-php114-74:latest pull: if-not-exists commands: - composer -v - ls -a - composer install -v trigger: event: # - tag - push