https://github.com/chubbyphp/ci
https://github.com/chubbyphp/ci
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chubbyphp/ci
- Owner: chubbyphp
- License: mit
- Created: 2021-01-29T20:25:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T12:49:23.000Z (10 months ago)
- Last Synced: 2025-05-29T18:12:55.434Z (7 months ago)
- Language: Dockerfile
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ci
```sh
cd php72
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php72:latest .
docker push ghcr.io/chubbyphp/ci-php72:latest
cd ..
```
```sh
cd php73
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php73:latest .
docker push ghcr.io/chubbyphp/ci-php73:latest
cd ..
```
```sh
cd php74
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php74:latest .
docker push ghcr.io/chubbyphp/ci-php74:latest
cd ..
```
```sh
cd php80
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php80:latest .
docker push ghcr.io/chubbyphp/ci-php80:latest
cd ..
```
```sh
cd php81
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php81:latest .
docker push ghcr.io/chubbyphp/ci-php81:latest
cd ..
```
```sh
cd php82
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php82:latest .
docker push ghcr.io/chubbyphp/ci-php82:latest
cd ..
```
```sh
cd php83
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php83:latest .
docker push ghcr.io/chubbyphp/ci-php83:latest
cd ..
```
```sh
cd php84
docker build --platform linux/amd64 -t ghcr.io/chubbyphp/ci-php84:latest .
docker push ghcr.io/chubbyphp/ci-php84:latest
cd ..
```
## Copyright
2025 Dominik Zogg