Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Hugo LIVET 1 year ago
parent 8f55749c07
commit 224f831aa9

@ -7,10 +7,10 @@ trigger :
- push - push
steps: steps:
- name: verif-dockerfile # - name: verif-dockerfile
image: hadolint/hadolint:latest-alpine # image: hadolint/hadolint:latest-alpine
commands: # commands:
- hadolint Dockerfile # - hadolint Dockerfile
- name: build-image - name: build-image
image: plugins/docker image: plugins/docker
@ -23,4 +23,4 @@ steps:
from_secret: secret-registry-username from_secret: secret-registry-username
password: password:
from_secret: secret-registry-password from_secret: secret-registry-password
depends_on: [ verif-dockerfile ] # depends_on: [ verif-dockerfile ]
Loading…
Cancel
Save