Skip to content

Commit ae2a79e

Browse files
committed
Publish a PHP 7.4 EB build image
1 parent 2aee79d commit ae2a79e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-php-eb.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,13 @@ jobs:
2525
with:
2626
tags: ghcr.io/openconext/openconext-containers/openconext-php-build-eb:latest
2727
context: docker/php-build-eb/
28+
file: Dockerfile
29+
push: true
30+
31+
- name: Build the Apache container and push to GitHub Packages
32+
uses: docker/build-push-action@v2
33+
with:
34+
tags: ghcr.io/openconext/openconext-containers/openconext-php74-build-eb:latest
35+
context: docker/php-build-eb/
36+
file: Dockerfile74
2837
push: true

0 commit comments

Comments
 (0)