Skip to content

Commit 42e5169

Browse files
committed
Revert "Push latest tag"
This reverts commit 7735cb0
1 parent 12af5d5 commit 42e5169

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Refer to master branch
1515
- Use builds Docker hooks in Makefile
1616
- Added `fpm` variant
1717
- Now using `DOCKER_REPO` and `DOCKER_TAG` build variables
18-
- Push `latest` (PHP CLI 7.2) tag when building master
1918

2019
## \[v1.1.0\] - 2019-10-13
2120

build/hooks/post_push

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ for php_version in $PHP_VERSIONS; do
1313
done
1414
done
1515

16-
tag=${DOCKER_TAG##*-}
17-
if [ "$PHP_VERSIONS" == "7.2" ] && [ "$PHP_VARIANTS" == "cli" ] && [ "$tag" == "latest" ]; then
18-
docker tag "$DOCKER_REPO:$PHP_VERSIONS-$PHP_VARIANTS-$SOURCE_BRANCH" "$DOCKER_REPO:$tag"
19-
docker push "$DOCKER_REPO:$tag"
20-
fi
21-
2216
exit 0

0 commit comments

Comments
 (0)