Skip to content

Commit 2fb6108

Browse files
authored
Merge pull request #323 from NatLibFi/remove-pushing-docker-image-with-dev-tag-from-quay.io
Do not push docker image with dev tag to quay.io
2 parents eaf0467 + 4bf6b26 commit 2fb6108

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.drone.yml

-17
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ steps:
3636
event:
3737
- push
3838

39-
- name: build_and_publish-dev
40-
image: plugins/docker
41-
settings:
42-
dockerfile: Dockerfile-dev
43-
username:
44-
from_secret: docker_username
45-
password:
46-
from_secret: docker_password
47-
registry: quay.io
48-
repo: quay.io/natlibfi/annif
49-
tags: [dev]
50-
when:
51-
branch:
52-
- master
53-
event:
54-
- push
55-
5639
- name: build_publish_and_tag_with_release_version
5740
image: plugins/docker
5841
settings:

Dockerfile-dev

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN pip install pipenv --no-cache-dir \
1212
&& pipenv install --system --skip-lock --dev
1313

1414
COPY . .
15-
RUN chmod -R 777 /Annif
1615

1716
USER annif_user
1817

0 commit comments

Comments
 (0)