Updated ubi9 dockerfile
Build and Push Alpine PHP Image / Build and push image (push) Successful in 44s Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 46s Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 10m58s Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 3m40s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 13:46:23 +07:00
parent d1afb495da
commit 7bb4db0901
2 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,8 @@ jobs:
build-micro:
name: Build and push ubi9-micro image
runs-on: ubuntu-latest
needs:
- build
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:

View File

@ -4,6 +4,7 @@ ARG UBI_VERSION=9.5
FROM ${REGISTRY_URL}/ubi9:${UBI_VERSION} AS builder
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"
ARG UBI_VERSION=9.5
ARG PHP_VERSION=8.4
ENV PHP_VERSION=${PHP_VERSION}