netclock/.drone.yml
Armin Friedl 98a4dafd0d
Some checks failed
continuous-integration/drone/push Build is failing
Force base image update during publish
2020-10-26 11:19:28 +01:00

23 lines
406 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: webpack
image: node
commands:
- npm install
- npm run publish
- name: publish-container
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
purge: true
pull_impage: true
repo: arminfriedl/netclock
tags: latest