tag dockerfile with version 0.1.0
This commit is contained in:
parent
09990a1c14
commit
a5418b2fe9
@ -10,6 +10,6 @@ pipeline:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: bunix42/drone-sendxmpp
|
repo: bunix42/drone-sendxmpp
|
||||||
tags:
|
tags:
|
||||||
- 0.0.1
|
- 0.1.0
|
||||||
- latest
|
- latest
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
|
|
||||||
MAINTAINER hanjo@bunix.de
|
LABEL maintainer="hanjo@bunix.de"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
sendxmpp \
|
sendxmpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user