Skip to content

Commit

Permalink
Merge pull request #98 from adhocore/adhocore-patch-1
Browse files Browse the repository at this point in the history
Adhocore patch 1
  • Loading branch information
adhocore authored Mar 22, 2024
2 parents e1fceaa + c8a2435 commit ac236b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
file: 8.0.Dockerfile
tags: adhocore/phpfpm:8.0
platforms: linux/amd64,linux/arm64

- name: "[8.3] Build and push"
id: docker_build_83
uses: docker/build-push-action@v4
with:
push: true
file: 8.3.Dockerfile
tags: adhocore/phpfpm:8.3
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion 8.3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0RC5-fpm-alpine3.17
FROM php:8.3.4-fpm-alpine3.18

MAINTAINER Jitendra Adhikari <jiten.adhikary@gmail.com>

Expand Down

0 comments on commit ac236b4

Please sign in to comment.