File tree Expand file tree Collapse file tree 3 files changed +0
-36
lines changed Expand file tree Collapse file tree 3 files changed +0
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,20 +21,6 @@ build-alpine:
21
21
docker buildx build --load -t $(BUILD_TAG ) $(COMPOSER_SECRET ) --build-arg PHP_VERSION=$(PHP_VERSION ) --build-arg FLAVOUR=alpine .
22
22
.PHONY : build-alpine
23
23
24
- NIGHTLY_TAG := jakzal/phpqa-nightly:$(shell date +% y% m% d)
25
- build-nightly-debian :
26
- docker buildx build --load -t $(NIGHTLY_TAG ) $(COMPOSER_SECRET ) --build-arg PHP_VERSION=$(PHP_VERSION ) --build-arg FLAVOUR=debian .
27
- @echo ${DOCKER_HUB_PASSWORD} | docker login -u jakzal --password-stdin
28
- docker push $(NIGHTLY_TAG )
29
- .PHONY : build-nightly-debian
30
-
31
- NIGHTLY_ALPINE_TAG := jakzal/phpqa-nightly:$(shell date +% y% m% d) -alpine
32
- build-nightly-alpine :
33
- docker buildx build --load -t $(NIGHTLY_ALPINE_TAG ) $(COMPOSER_SECRET ) --build-arg PHP_VERSION=$(PHP_VERSION ) --build-arg FLAVOUR=alpine .
34
- @echo ${DOCKER_HUB_PASSWORD} | docker login -u jakzal --password-stdin
35
- docker push $(NIGHTLY_ALPINE_TAG )
36
- .PHONY : build-nightly-alpine
37
-
38
24
clean :
39
25
@rm devkit
40
26
.PHONY : clean
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ The list of available tools and the installer are actually managed in the [`jakz
9
9
10
10
Docker hub repository: https://hub.docker.com/r/jakzal/phpqa/
11
11
12
- Nightly builds: https://hub.docker.com/r/jakzal/phpqa-nightly/
13
-
14
12
### Debian
15
13
16
14
* ` latest ` , ` debian ` ([ Dockerfile] ( https://github.com/jakzal/phpqa/blob/master/Dockerfile ) )
You can’t perform that action at this time.
0 commit comments