More updates
This commit is contained in:
parent
8ecc45d60e
commit
565517ae40
56
.github/workflows/build.yml
vendored
56
.github/workflows/build.yml
vendored
@ -19,37 +19,37 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: NGINX build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: nginx
|
||||
file: nginx/Dockerfile
|
||||
push: false
|
||||
tags: kowhai/ckan-docker-nginx:testing-only
|
||||
#- name: NGINX build
|
||||
# uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# context: nginx
|
||||
# file: nginx/Dockerfile
|
||||
# push: false
|
||||
# tags: kowhai/ckan-docker-nginx:testing-only
|
||||
|
||||
- name: PostgreSQL build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: postgresql
|
||||
file: postgresql/Dockerfile
|
||||
push: false
|
||||
tags: kowhai/ckan-docker-postgresql:testing-only
|
||||
#- name: PostgreSQL build
|
||||
# uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# context: postgresql
|
||||
# file: postgresql/Dockerfile
|
||||
# push: false
|
||||
# tags: kowhai/ckan-docker-postgresql:testing-only
|
||||
|
||||
- name: Solr build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: solr
|
||||
file: solr/Dockerfile
|
||||
push: false
|
||||
tags: kowhai/ckan-docker-solr:testing-only
|
||||
#- name: Solr build
|
||||
# uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# context: solr
|
||||
# file: solr/Dockerfile
|
||||
# push: false
|
||||
# tags: kowhai/ckan-docker-solr:testing-only
|
||||
|
||||
- name: DataPusher build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: datapusher
|
||||
file: datapusher/Dockerfile
|
||||
push: false
|
||||
tags: kowhai/ckan-docker-datapusher:testing-only
|
||||
#- name: DataPusher build
|
||||
# uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# context: datapusher
|
||||
# file: datapusher/Dockerfile
|
||||
# push: false
|
||||
# tags: kowhai/ckan-docker-datapusher:testing-only
|
||||
|
||||
- name: CKAN build
|
||||
uses: docker/build-push-action@v2
|
||||
|
||||
@ -26,7 +26,7 @@ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
|
||||
# Apply any patches needed to CKAN core or any of the built extensions (not the
|
||||
# runtime mounted ones)
|
||||
# See https://github.com/okfn/docker-ckan#applying-patches
|
||||
COPY patches ${APP_DIR}/
|
||||
ADD patches ${APP_DIR}/
|
||||
|
||||
RUN for d in ${APP_DIR}/patches/*; do \
|
||||
if [ -d $d ]; then \
|
||||
|
||||
@ -25,7 +25,7 @@ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
|
||||
# Apply any patches needed to CKAN core or any of the built extensions (not the
|
||||
# runtime mounted ones)
|
||||
# See https://github.com/okfn/docker-ckan#applying-patches
|
||||
COPY patches ${APP_DIR}/
|
||||
ADD patches ${APP_DIR}/
|
||||
|
||||
RUN for d in ${APP_DIR}/patches/*; do \
|
||||
if [ -d $d ]; then \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user