We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee79d commit 8b86b33Copy full SHA for 8b86b33
.github/workflows/build-php-eb.yml
@@ -24,5 +24,12 @@ jobs:
24
uses: docker/build-push-action@v2
25
with:
26
tags: ghcr.io/openconext/openconext-containers/openconext-php-build-eb:latest
27
- context: docker/php-build-eb/
+ 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
35
push: true
0 commit comments