Skip to content

Commit 8b86b33

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@ jobs:
2424
uses: docker/build-push-action@v2
2525
with:
2626
tags: ghcr.io/openconext/openconext-containers/openconext-php-build-eb:latest
27-
context: docker/php-build-eb/
27+
context: docker/php-build-eb/Dockerfile
28+
push: true
29+
30+
- name: Build the Apache container and push to GitHub Packages
31+
uses: docker/build-push-action@v2
32+
with:
33+
tags: ghcr.io/openconext/openconext-containers/openconext-php74-build-eb:latest
34+
context: docker/php-build-eb/Dockerfile74
2835
push: true

0 commit comments

Comments
 (0)