We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e070289 commit c1200f3Copy full SHA for c1200f3
README.md
@@ -24,8 +24,9 @@ The Docker image lives in [Docker Hub](https://hub.docker.com/repository/docker/
24
Build with:
25
26
```bash
27
-docker build . -t localgovdrupal/apache-php:php7.4
28
-docker push localgovdrupal/apache-php:php7.4
+export branch=$(git symbolic-ref --short HEAD)
+docker build . -t localgovdrupal/apache-php:$branch
29
+docker push localgovdrupal/apache-php:$branch
30
```
31
32
## Maintainers
@@ -34,4 +35,3 @@ This project is currently maintained by:
34
35
36
- Finn Lewis: https://github.com/finnlewis
37
- Stephen Cox: https://github.com/stephen-cox
-
0 commit comments