Update build.yml
This commit is contained in:
parent
93adceb7d2
commit
41c6f3e9b7
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Build CKAN Docker
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@ -10,4 +10,7 @@ jobs:
|
||||
- name: Docker NGINX build
|
||||
run: |
|
||||
docker build ./nginx -t kowhai/ckan-docker-nginx:testing-only
|
||||
- name: Docker redis build
|
||||
run: |
|
||||
docker build redis:alpine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user