This commit is contained in:
parent
43ea42397f
commit
05f3ab1f14
@ -45,8 +45,6 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- feature/*
|
- feature/*
|
||||||
pull_request:
|
|
||||||
types: [opened, updated]
|
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
@ -58,7 +56,7 @@ steps:
|
|||||||
force_tag: true
|
force_tag: true
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- pr-build-${DRONE_COMMIT_SHA:0:10}
|
- pr-build-${DRONE_BRANCH}
|
||||||
- name: Build and Push (Staging) Container Image
|
- name: Build and Push (Staging) Container Image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
@ -102,7 +100,6 @@ trigger:
|
|||||||
- feature/*
|
- feature/*
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- pull_request
|
|
||||||
- push
|
- push
|
||||||
|
|
||||||
# - name: deploy-staging
|
# - name: deploy-staging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user