Skip to content

Commit

Permalink
Add publish step for cs3org/revad-eos and revert to plugins/docker
Browse files Browse the repository at this point in the history
... for privileged execution
  • Loading branch information
SamuAlfageme committed Jan 5, 2021
1 parent 722edec commit fd48049
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ steps:

- name: publish-docker-reva-latest
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/reva
tags: latest
Expand All @@ -77,7 +77,7 @@ steps:

- name: publish-docker-revad-latest
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/revad
tags: latest
Expand All @@ -87,6 +87,18 @@ steps:
password:
from_secret: dockerhub_password

- name: publish-docker-revad-eos-latest
pull: always
image: plugins/docker
settings:
repo: cs3org/revad-eos
tags: latest
dockerfile: Dockerfile.revad-eos
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password

---
kind: pipeline
type: docker
Expand Down Expand Up @@ -202,7 +214,7 @@ steps:

- name: docker-reva-tag
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/reva
tags: ${DRONE_TAG}
Expand All @@ -214,7 +226,7 @@ steps:

- name: docker-revad-tag
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/revad
tags: ${DRONE_TAG}
Expand All @@ -224,6 +236,18 @@ steps:
password:
from_secret: dockerhub_password

- name: docker-revad-eos-tag
pull: always
image: plugins/docker
settings:
repo: cs3org/revad-eos
tags: ${DRONE_TAG}
dockerfile: Dockerfile.revad-eos
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password

---
kind: pipeline
type: docker
Expand Down

0 comments on commit fd48049

Please sign in to comment.