We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee79d commit b3ce0f2Copy full SHA for b3ce0f2
.github/workflows/build-php-eb.yml
@@ -25,4 +25,13 @@ jobs:
25
with:
26
tags: ghcr.io/openconext/openconext-containers/openconext-php-build-eb:latest
27
context: docker/php-build-eb/
28
+ file: docker/php-build-eb/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: docker/php-build-eb/Dockerfile74
37
push: true
0 commit comments