Skip to content

Commit

Permalink
Publish a PHP 7.4 EB build image
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jun 13, 2023
1 parent 2aee79d commit ae2a79e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-php-eb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae2a79e

Please sign in to comment.