Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not push docker image with dev tag to quay.io #323

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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