We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee79d commit ae2a79eCopy full SHA for ae2a79e
.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: 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
37
push: true
0 commit comments