From ae2a79ee177e592dfc64fa6836d149553264230d Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Tue, 13 Jun 2023 16:34:24 +0200 Subject: [PATCH] Publish a PHP 7.4 EB build image --- .github/workflows/build-php-eb.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-php-eb.yml b/.github/workflows/build-php-eb.yml index 16520b1..4a76126 100644 --- a/.github/workflows/build-php-eb.yml +++ b/.github/workflows/build-php-eb.yml @@ -25,4 +25,13 @@ jobs: with: tags: ghcr.io/openconext/openconext-containers/openconext-php-build-eb:latest context: docker/php-build-eb/ + file: Dockerfile + push: true + + - name: Build the Apache container and push to GitHub Packages + uses: docker/build-push-action@v2 + with: + tags: ghcr.io/openconext/openconext-containers/openconext-php74-build-eb:latest + context: docker/php-build-eb/ + file: Dockerfile74 push: true