Unverified Commit 7fcb6e7d authored by GridexX's avatar GridexX
Browse files

feat(phpdocumentor): new docker image

parent c24e2f33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.2.2] - 2022-15-18
* Update docker image to phpdoc/phpdoc:3.3

## [0.2.1] - 2021-03-04
* Enable `artifact:expose_as` option to display job result in merge request

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Build a complete HTML documentation based on a PHP Project using [DocBlocks](htt

* Job name: `phpdocumentor`
* Docker image:
[`phpdoc/phpdoc:3.1`](https://hub.docker.com/r/phpdoc/phpdoc){:target="_blank"}
[`phpdoc/phpdoc:3.3`](https://hub.docker.com/r/phpdoc/phpdoc){:target="_blank"}
* Default stage: `build`
* When: `always`

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stages:

phpdocumentor:
    image:
      name: phpdoc/phpdoc:3.1
      name: phpdoc/phpdoc:3.3
      entrypoint: [""]
    stage: build
    variables: