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
steps:
- name: verif-dockerfile
image: hadolint/hadolint:latest-alpine
commands:
- hadolint Dockerfile
# - name: verif-dockerfile
# image: hadolint/hadolint:latest-alpine
# commands:
# - hadolint Dockerfile
- name: build-image
image: plugins/docker
@ -23,4 +23,4 @@ steps:
from_secret: secret-registry-username
password:
from_secret: secret-registry-password
depends_on: [ verif-dockerfile ]
# depends_on: [ verif-dockerfile ]
Loading…
Cancel
Save