Merge pull request 'Feature: build a php base image usable for CI' (#1) from php82_ci into php82

Reviewed-on: #1
This commit is contained in:
Julien Fastré 2023-02-17 15:41:16 +00:00
commit 571d662737
1 changed files with 33 additions and 0 deletions

View File

@ -79,3 +79,36 @@ steps:
Dockerfile: docker/nginx/Dockerfile
depends_on:
- build-assets
---
kind: pipeline
type: docker
name: build-base-image-php82
trigger:
event:
- cron
- push
cron:
- base-image-php82
steps:
- name: build-base-image
image: plugins/docker
settings:
username:
from_secret: docker_username_gitea
password:
from_secret: docker_password_gitea
registry: gitea.champs-libres.be/chill-project/chill-skeleton-basic
repo: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image
tag: php82
target: chill_base_php82
pull_image: true
---
kind: signature
hmac: 212da184e3fedeb03530cc66dbf9c8974e461e214dda5a698b11012e66e4531a
...