Skip to content

Run docker image as non-root user #672

Run docker image as non-root user

Run docker image as non-root user #672

Workflow file for this run

# validate.yml
# Validates that Libation will build on a pull request or push to master.
---
name: validate
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
uses: ./.github/workflows/build.yml