Skip to content

Run docker image as non-root user #693

Run docker image as non-root user

Run docker image as non-root user #693

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
docker:
uses: ./.github/workflows/docker.yml

Check failure on line 16 in .github/workflows/validate.yml

View workflow run for this annotation

GitHub Actions / validate

Invalid workflow file

The workflow is not valid. In .github/workflows/validate.yml (Line: 16, Col: 11): Error from called workflow rmcrackan/Libation/.github/workflows/docker.yml@ecab5f6637b0716263e185adf500a9203baa2ab6 (Line: 24, Col: 3): The workflow must contain at least one job with no dependencies.
with:
version: ${GITHUB_SHA}
release: false
secrets:
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_token: ${{ secrets.DOCKERHUB_TOKEN }}