Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Following source image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jun 24, 2018
1 parent c32d02e commit 77275bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline:
# Build and push dev release
build-and-push-branch:
image: plugins/docker
repo: fpfis/platform
repo: fpfis/httpd-php-dev
tags: ${DRONE_BRANCH##*/}
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
when:
Expand All @@ -21,7 +21,7 @@ pipeline:
# Mark production
build-and-push-production:
image: plugins/docker
repo: fpfis/platform
repo: fpfis/httpd-php-dev
tags: production-${DRONE_BRANCH##*/}
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
when:
Expand Down

0 comments on commit 77275bd

Please sign in to comment.