create github action
This commit is contained in:
parent
44210fe969
commit
d95f93d0c8
11
.github/workflows/build.yml
vendored
Normal file
11
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Build CKAN Docker
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: docker nginx build
|
||||||
|
- run: |
|
||||||
|
docker build ./nginx -t kowhai/ckan-docker-nginx:testing-only
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user