Skip to content

Commit

Permalink
drop branch image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed May 4, 2021
1 parent f4b6d73 commit 82f8f6c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,6 @@ steps:
when:
event: tag

- name: docker branch
image: plugins/docker
settings:
repo: umputun/remark42
username:
from_secret: docker_username
password:
from_secret: docker_password
build_args:
- DRONE=${DRONE}
- DRONE_COMMIT=${DRONE_COMMIT}
- DRONE_BRANCH=${DRONE_BRANCH}
tags:
- ${DRONE_COMMIT_BRANCH/\//-}
dry_run: true
when:
branch:
exclude: [master, release/*]
event: push

- name: artifacts tag
image: plugins/docker
Expand Down

0 comments on commit 82f8f6c

Please sign in to comment.