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
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:
parent
d1afb495da
commit
7bb4db0901
|
@ -84,6 +84,8 @@ jobs:
|
||||||
build-micro:
|
build-micro:
|
||||||
name: Build and push ubi9-micro image
|
name: Build and push ubi9-micro image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs:
|
||||||
|
- build
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -4,6 +4,7 @@ ARG UBI_VERSION=9.5
|
||||||
FROM ${REGISTRY_URL}/ubi9:${UBI_VERSION} AS builder
|
FROM ${REGISTRY_URL}/ubi9:${UBI_VERSION} AS builder
|
||||||
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"
|
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"
|
||||||
|
|
||||||
|
ARG UBI_VERSION=9.5
|
||||||
ARG PHP_VERSION=8.4
|
ARG PHP_VERSION=8.4
|
||||||
ENV PHP_VERSION=${PHP_VERSION}
|
ENV PHP_VERSION=${PHP_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue