You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
624 B

kind: pipeline
type: docker
name: CD
trigger :
event:
- push
steps:
# - name: verif-dockerfile
# image: hadolint/hadolint:latest-alpine
# commands:
# - hadolint Dockerfile
- name: build-image
image: plugins/docker
settings:
dockerfile: Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/hugo.livet/codefirst-dronesonarplugin-dotnet8
username:
from_secret: secret-registry-username
password:
from_secret: secret-registry-password
# depends_on: [ verif-dockerfile ]