Skip to content

gitea actions

gitea actions #1

Workflow file for this run

name: Build cphc

Check failure on line 1 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build cphc

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 2, Col: 11): Unrecognized named-value: 'gitea'. Located at position 1 within expression: gitea.actor
run-name: ${{ gitea.actor }} Build CPHC Values
on: [push]
jobs:
Build-Packages:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: pwd
- run: apt update -y && apt install -y docker.io
- run: docker build -t git.jlscode.com/jesse/cphc-values-builder:latest .
- run: docker push git.jlscode.com/jesse/cphc-values-builder:latest .