Skip to content

Commit

Permalink
Merge pull request #323 from NatLibFi/remove-pushing-docker-image-wit…
Browse files Browse the repository at this point in the history
…h-dev-tag-from-quay.io

Do not push docker image with dev tag to quay.io
  • Loading branch information
juhoinkinen authored Aug 27, 2019
2 parents eaf0467 + 4bf6b26 commit 2fb6108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,6 @@ steps:
event:
- push

- name: build_and_publish-dev
image: plugins/docker
settings:
dockerfile: Dockerfile-dev
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: quay.io
repo: quay.io/natlibfi/annif
tags: [dev]
when:
branch:
- master
event:
- push

- name: build_publish_and_tag_with_release_version
image: plugins/docker
settings:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN pip install pipenv --no-cache-dir \
&& pipenv install --system --skip-lock --dev

COPY . .
RUN chmod -R 777 /Annif

USER annif_user

Expand Down

0 comments on commit 2fb6108

Please sign in to comment.