Skip to content

Commit 9e98f08

Browse files
committed
Issue #2: Also push .x commits.
1 parent eadbc95 commit 9e98f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ after_success:
3636
3737
# Push $php_version + '.x' tag.
3838
docker tag geerlingguy/php-apache:${php_version} geerlingguy/php-apache:${php_version}.x
39-
geerlingguy/php-apache:${php_version}.x
39+
docker push geerlingguy/php-apache:${php_version}.x
4040
4141
# Push latest tag if building latest version.
4242
if [[ "$php_version" == "7.2" ]]; then

0 commit comments

Comments
 (0)