Portfolio/pipeline.yml
2025-03-10 07:15:49 +01:00

18 lines
219 B
YAML

kind: pipeline
type: exec
name: default
steps:
- name: Build
image: plugins/docker
settings:
dockerfile: dockerfile
repo: portfolio
tags:
- latest
trigger:
branch:
- master
event:
- push