Skip to content

Improve handling of nonexistent user #37

Improve handling of nonexistent user

Improve handling of nonexistent user #37

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Build and push Docker image
run: |
echo "building code"
docker build --target builder .