Move things around a bit.
This commit is contained in:
parent
95384b26b8
commit
6934877fdf
18 changed files with 6 additions and 6 deletions
4
.github/workflows/php-core.yml
vendored
4
.github/workflows/php-core.yml
vendored
|
|
@ -3,8 +3,8 @@ name: Build PHP Core
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- php/php-core
|
||||
- php/Dockerfile.Core
|
||||
- 'php/core/**'
|
||||
- 'php/Dockerfile.Core'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Build Marshall
|
||||
|
|
|
|||
6
.github/workflows/php-flavours.yml
vendored
6
.github/workflows/php-flavours.yml
vendored
|
|
@ -3,9 +3,9 @@ name: Build PHP Flavours
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'php/php+apache/**'
|
||||
- 'php/php+cli/**'
|
||||
- 'php/php+nginx/**'
|
||||
- 'php/apache/**'
|
||||
- 'php/cli/**'
|
||||
- 'php/nginx/**'
|
||||
- 'php/Dockerfile.Flavours'
|
||||
workflow_run:
|
||||
workflows:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ FROM benzine/marshall:latest AS php-core
|
|||
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
||||
org.label-schema.vcs-url="https://github.com/benzine-framework/docker"
|
||||
ARG PHP_PACKAGES
|
||||
COPY php-core/install-report.sh /usr/bin/install-report
|
||||
COPY core/install-report.sh /usr/bin/install-report
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN echo "APT::Acquire::Retries \"5\";" > /etc/apt/apt.conf.d/80-retries && \
|
||||
echo "Acquire::http::No-Cache=true;" > /etc/apt/apt.conf.d/80-no-cache && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue