Skip to content

Commit a7efcec

Browse files
committed
Disable nightly builds
Nightly builds do not seem to be used by anyone. In the past months, github action builds tend to fail regurarly due to authentication problems with docker hub, so reducing the number of unnecessary builds is desired.
1 parent 2669c74 commit a7efcec

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@ build-alpine:
2121
docker buildx build --load -t $(BUILD_TAG) $(COMPOSER_SECRET) --build-arg PHP_VERSION=$(PHP_VERSION) --build-arg FLAVOUR=alpine .
2222
.PHONY: build-alpine
2323

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-
3824
clean:
3925
@rm devkit
4026
.PHONY: clean

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ The list of available tools and the installer are actually managed in the [`jakz
99

1010
Docker hub repository: https://hub.docker.com/r/jakzal/phpqa/
1111

12-
Nightly builds: https://hub.docker.com/r/jakzal/phpqa-nightly/
13-
1412
### Debian
1513

1614
* `latest`, `debian` ([Dockerfile](https://github.com/jakzal/phpqa/blob/master/Dockerfile))

0 commit comments

Comments
 (0)