Skip to content

Update znapzend.default with autoCreation enabled #139

Update znapzend.default with autoCreation enabled

Update znapzend.default with autoCreation enabled #139

Workflow file for this run

name: Build Docker
on:
push:
branches-ignore:
- master
tags-ignore:
- "*"
pull_request:
types: [opened, reopened]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run test within image
run: docker build --target test .