Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Oct 18, 2018
1 parent f3bda8a commit 6a11e30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ pipeline:
build-and-push-tag:
image: plugins/docker
repo: fpfis/${TARGET}
tags: [ ${PHP_VERSION}, ${DRONE_TAG%.*}, ${DRONE_TAG} ]
tags:
- ${PHP_VERSION}
- ${DRONE_TAG%.*}
- ${DRONE_TAG}
target: ${TARGET}
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
build_args:
Expand Down

0 comments on commit 6a11e30

Please sign in to comment.