larc r25

18 lines ยท 354 B Raw
1 kind: pipeline
2 type: docker
3 name: build push
4
5 steps:
6 - name: docker
7 image: plugins/docker
8 settings:
9 registry: code.wejust.rest
10 repo: code.wejust.rest/lain/larcs
11 tags: latest
12 dockerfile: Dockerfile
13 context: .
14 username:
15 from_secret: docker_username
16 password:
17 from_secret: docker_password
18