Files
kube-zap2xml/.github/workflows/ci.yaml
Jef LeCompte e31071bda8 feat: update docker and pipeline
- Add workflow to publish to GHCR
- Add workflow to build Docker image
- Add zap2xmlrc config example
- Update Dockerfile to run continuously
2021-04-24 16:17:46 -04:00

15 lines
269 B
YAML

name: Continuous Integration
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build service
run: docker build .