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

Commit 4dda4e0

Browse files
committed
Do not release platform 7.1
1 parent 5002748 commit 4dda4e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline:
1111
# Build and push dev release
1212
build-and-push-branch:
1313
image: plugins/docker
14-
repo: fpfis/platform
14+
repo: fpfis/httpd-php
1515
tags: ${DRONE_BRANCH##*/}
1616
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
1717
when:
@@ -21,7 +21,7 @@ pipeline:
2121
# Mark production
2222
build-and-push-production:
2323
image: plugins/docker
24-
repo: fpfis/platform
24+
repo: fpfis/httpd-php
2525
tags: production-${DRONE_BRANCH##*/}
2626
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
2727
when:

0 commit comments

Comments
 (0)