Skip to content

Commit aaa1b1f

Browse files
committed
ci
1 parent db9b623 commit aaa1b1f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,19 @@ jobs:
2929
push: true
3030
file: Dockerfile-7.4-apache
3131
tags: sarkedev/php:7.4-apache
32+
-
33+
name: Build and push 8.0
34+
id: docker_build_80
35+
uses: docker/build-push-action@v2
36+
with:
37+
push: true
38+
file: Dockerfile-8.0-apache
39+
tags: sarkedev/php:8.0-apache
40+
-
41+
name: Build and push 8.1
42+
id: docker_build_81
43+
uses: docker/build-push-action@v2
44+
with:
45+
push: true
46+
file: Dockerfile-8.1-apache
47+
tags: sarkedev/php:8.1-apache

0 commit comments

Comments
 (0)