Fixed wrong dockerfile for alpine
Build and Push Ubuntu PHP 5.6 Image / Build and push image (push) Successful in 1m44s Details
Build and Push Ubuntu PHP 7.3 Image / Build and push image (push) Successful in 1m40s Details
Build and Push Ubuntu PHP 7.2 Image / Build and push image (push) Successful in 3m28s Details
Build and Push Ubuntu PHP 7.4 Image / Build and push image (push) Successful in 1m39s Details
Build and Push Ubuntu PHP 8.1 Image / Build and push image (push) Successful in 1m43s Details
Build and Push Ubuntu PHP 8.0 Image / Build and push image (push) Successful in 3m27s Details
Build and Push Alpine PHP 8.3 Image / Build and push image (push) Successful in 31s Details
Build and Push Ubuntu PHP 8.2 Image / Build and push image (push) Successful in 1m38s Details
Build and Push Ubuntu PHP 8.3 Image / Build and push image (push) Successful in 3m34s Details

This commit is contained in:
Aditya Prima 2024-03-23 19:24:00 +07:00
parent 752637a4ab
commit 25b6636c08
2 changed files with 1 additions and 4 deletions

View File

@ -23,7 +23,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.ubuntu
file: Dockerfile.alpine
build-args: |
ALPINE_VERSION=3.19
PHP_VERSION=83

View File

@ -10,9 +10,6 @@ ENV PHP_VERSION=${PHP_VERSION}
# Set workdir at root
WORKDIR /root
# Use root user to install all dependencies
USER root
RUN apt -y update && apt -y upgrade && apt -y install \
software-properties-common