1
0
mirror of https://github.com/simon987/recipes.simon987.net.git synced 2025-04-11 06:36:42 +00:00
2021-11-17 10:17:49 -05:00

23 lines
440 B
YAML

kind: pipeline
type: docker
platform:
os: linux
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build image
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: simon987/recipes.simon987.net
context: ./
dockerfile: ./Dockerfile
tags: latest