Skip to content

Commit

Permalink
Initialising the php 8.1 branch. Using current PHP 8.1.10 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
marji authored Sep 15, 2022
1 parent f8e51df commit 5bc74fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/ci-php:8.0
ghcr.io/${{ github.repository_owner }}/ci-php:8.1
ghcr.io/${{ github.repository_owner }}/ci-php:${{ github.ref_name }}
-
if: contains(github.ref, 'refs/pull/')
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.23-fpm-alpine3.16
FROM php:8.1.10-fpm-alpine3.16

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"
Expand Down

0 comments on commit 5bc74fa

Please sign in to comment.