Merge pull request #35 from ckan/update-github-action
update GitHub action (build.yml)
This commit is contained in:
commit
74069b54c1
|
@ -28,7 +28,7 @@ jobs:
|
||||||
context: ./nginx
|
context: ./nginx
|
||||||
file: ./nginx/Dockerfile
|
file: ./nginx/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: kowhai/ckan-docker-nginx:testing-only
|
tags: kowhai/ckan-docker-nginx:test-build-only
|
||||||
|
|
||||||
- name: PostgreSQL build
|
- name: PostgreSQL build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
context: ./postgresql
|
context: ./postgresql
|
||||||
file: ./postgresql/Dockerfile
|
file: ./postgresql/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: kowhai/ckan-docker-postgresql:testing-only
|
tags: kowhai/ckan-docker-postgresql:test-build-only
|
||||||
|
|
||||||
- name: Solr build
|
- name: Solr build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
@ -44,15 +44,7 @@ jobs:
|
||||||
context: ./solr
|
context: ./solr
|
||||||
file: ./solr/Dockerfile
|
file: ./solr/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: kowhai/ckan-docker-solr:testing-only
|
tags: kowhai/ckan-docker-solr:test-build-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
|
- name: CKAN build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
@ -60,5 +52,5 @@ jobs:
|
||||||
context: ./ckan
|
context: ./ckan
|
||||||
file: ./ckan/Dockerfile
|
file: ./ckan/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: kowhai/ckan-docker-ckan:testing-only
|
tags: kowhai/ckan-docker-ckan:test-build-only
|
||||||
|
|
Loading…
Reference in New Issue