feature/Appointment-Booking #2

Open
oonyeje wants to merge 17 commits from feature/Appointment-Booking into develop
Showing only changes of commit 05f3ab1f14 - Show all commits

View File

@ -45,8 +45,6 @@ steps:
when:
branch:
- feature/*
pull_request:
types: [opened, updated]
settings:
username:
from_secret: DOCKER_USERNAME
@ -58,7 +56,7 @@ steps:
force_tag: true
tags:
- latest
- pr-build-${DRONE_COMMIT_SHA:0:10}
- pr-build-${DRONE_BRANCH}
- name: Build and Push (Staging) Container Image
image: plugins/docker
when:
@ -102,7 +100,6 @@ trigger:
- feature/*
event:
include:
- pull_request
- push
# - name: deploy-staging