Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jokay committed Feb 8, 2021
1 parent 8ace5a4 commit 651a720
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These owners will be the default owners for everything in the repo.
# They will be requested for review when someone opens a pull request.
* @x-jokay
* @jokay
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help to improve
title: ''
labels: bug
assignees: x-jokay
assignees: jokay

---

Expand All @@ -26,8 +26,8 @@ A clear and concise description of what you expected to happen.
**Environment (please complete the following information):**

- OS: [e.g. Debian, Windows, ...]
- Docker version [e.g. 19.03.11]
- Docker compose version [e.g. 1.27.4]
- Docker version [e.g. 20.10.3]
- Docker compose version [e.g. 1.28.2]

**Command used to run the container**

Expand All @@ -36,8 +36,6 @@ A clear and concise description of what you expected to happen.
**Docker compose file (with passwords redacted)**

```yml
version: '3.8'

services:
image: ...
```
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: x-jokay
assignees: jokay

---

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release

env:
GITHUB_REGISTRY: "ghcr.io/x-jokay/php-fpm-ext"
GITHUB_REGISTRY: "ghcr.io/jokay/php-fpm-ext"
GITLAB_REGISTRY: "registry.gitlab.com/jokay/docker-php-fpm-ext"
DOCKERHUB_REGISTRY: "docker.io/xjokay/php-fpm-ext"
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/login-action@v1.8.0
with:
registry: registry.gitlab.com
username: ${{ secrets.GITLAB_USERNAME }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITLAB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## [7.4.15](https://github.com/x-jokay/docker-php-fpm-ext/releases/tag/7.4.15) (2021-02-05)
## [7.4.15](https://github.com/jokay/docker-php-fpm-ext/releases/tag/7.4.15) (2021-02-05)

This release contains PHP [7.4.15](https://www.php.net/ChangeLog-7.php#7.4.15).

## [7.4.14](https://github.com/x-jokay/docker-php-fpm-ext/releases/tag/7.4.14) (2021-01-10)
## [7.4.14](https://github.com/jokay/docker-php-fpm-ext/releases/tag/7.4.14) (2021-01-10)

This release contains PHP [7.4.14](https://www.php.net/ChangeLog-7.php#7.4.14).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 x-jokay (https://github.com/x-jokay)
Copyright (c) 2021 D. Domig (https://github.com/jokay)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Docker PHP-FPM with extensions

Docker image containing [PHP-FPM Alpine](https://hub.docker.com/_/php) and some [extensions](https://github.com/x-jokay/docker-php-fpm-ext#supported-php-extensions).
Docker image containing [PHP-FPM Alpine](https://hub.docker.com/_/php) and some [extensions](https://github.com/jokay/docker-php-fpm-ext#supported-php-extensions).

## Information

| Service | Stats |
|-----------------------------------------------------------|-------|
| [GitHub](https://github.com/x-jokay/docker-php-fpm-ext) | ![Last commit](https://img.shields.io/github/last-commit/x-jokay/docker-php-fpm-ext.svg?style=flat-square) ![Issues](https://img.shields.io/github/issues-raw/x-jokay/docker-php-fpm-ext.svg?style=flat-square) ![PR](https://img.shields.io/github/issues-pr-raw/x-jokay/docker-php-fpm-ext.svg?style=flat-square) |
| Service | Stats |
|---------|-------|
| [GitHub](https://github.com/jokay/docker-php-fpm-ext) | ![Last commit](https://img.shields.io/github/last-commit/jokay/docker-php-fpm-ext.svg?style=flat-square) ![Issues](https://img.shields.io/github/issues-raw/jokay/docker-php-fpm-ext.svg?style=flat-square) ![PR](https://img.shields.io/github/issues-pr-raw/jokay/docker-php-fpm-ext.svg?style=flat-square) |
| [Docker Hub](https://hub.docker.com/r/xjokay/php-fpm-ext) | ![Pulls](https://img.shields.io/docker/pulls/xjokay/php-fpm-ext.svg?style=flat-square) ![Stars](https://img.shields.io/docker/stars/xjokay/php-fpm-ext.svg?style=flat-square) |

## Usage
Expand All @@ -19,8 +19,8 @@ docker pull docker.io/xjokay/php-fpm-ext:latest

| Tag | Description | Size |
|-----------|-------------|------|
| latest | [Latest](https://github.com/x-jokay/docker-php-fpm-ext/releases/latest) release | ![Size](https://shields.beevelop.com/docker/image/image-size/xjokay/php-fpm-ext/latest.svg?style=flat-square) |
| {release} | Specific release version, see available [releases](https://github.com/x-jokay/docker-php-fpm-ext/releases) | |
| latest | [Latest](https://github.com/jokay/docker-php-fpm-ext/releases/latest) release | ![Size](https://shields.beevelop.com/docker/image/image-size/xjokay/php-fpm-ext/latest.svg?style=flat-square) |
| {release} | Specific release version, see available [releases](https://github.com/jokay/docker-php-fpm-ext/releases) | |

### Supported php extensions

Expand Down

0 comments on commit 651a720

Please sign in to comment.