Skip to content

Commit ac236b4

Browse files
authored
Merge pull request #98 from adhocore/adhocore-patch-1
Adhocore patch 1
2 parents e1fceaa + c8a2435 commit ac236b4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ jobs:
5353
file: 8.0.Dockerfile
5454
tags: adhocore/phpfpm:8.0
5555
platforms: linux/amd64,linux/arm64
56+
57+
- name: "[8.3] Build and push"
58+
id: docker_build_83
59+
uses: docker/build-push-action@v4
60+
with:
61+
push: true
62+
file: 8.3.Dockerfile
63+
tags: adhocore/phpfpm:8.3
64+
platforms: linux/amd64,linux/arm64

8.3.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.0RC5-fpm-alpine3.17
1+
FROM php:8.3.4-fpm-alpine3.18
22

33
MAINTAINER Jitendra Adhikari <[email protected]>
44

0 commit comments

Comments
 (0)