We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e51df commit 5bc74faCopy full SHA for 5bc74fa
.github/workflows/docker-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
push: true
35
tags: |
36
- ghcr.io/${{ github.repository_owner }}/ci-php:8.0
+ ghcr.io/${{ github.repository_owner }}/ci-php:8.1
37
ghcr.io/${{ github.repository_owner }}/ci-php:${{ github.ref_name }}
38
-
39
if: contains(github.ref, 'refs/pull/')
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.0.23-fpm-alpine3.16
+FROM php:8.1.10-fpm-alpine3.16
2
3
LABEL maintainer="marji@morpht.com"
4
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"
0 commit comments