Updated .gitlab-ci.yml
This commit is contained in:
parent
a64161e648
commit
43f5e32c87
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@ image: php:8.2
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
- build
|
- build
|
||||||
|
- build-docker
|
||||||
- publish
|
- publish
|
||||||
|
- publish-docker
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update -yqq
|
- apt update -yqq
|
||||||
|
|
Loading…
Add table
Reference in a new issue