gitflow-release-stash: 0.2.0

develop
naicoi 2023-04-02 18:36:46 +07:00
parent 4a1df65f7c
commit d6f82fd032
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ pipeline:
tags:
- ${PHP_VERSION}
build_args:
- PHP_IMAGE=php:${PHP_VERSION}-fpm-alpine
- PHP_IMAGE=wordpress:php${PHP_VERSION}-fpm-alpine
username: deploy
password:
from_secret: deploy_password

View File

@ -1,4 +1,4 @@
ARG PHP_IMAGE=php:7.4-fpm-alpine
ARG PHP_IMAGE=wordpress:php8.2-fpm-alpine
FROM caddy:builder-alpine as caddy
ARG PHP_IMAGE
RUN xcaddy build --with github.com/baldinof/caddy-supervisor@v0.6.0