Skip to content

WIP CI build

WIP CI build #61

Workflow file for this run

name: dev-build
on:
push:
branches:
- "16.0"
jobs:
build:
uses: ./.github/workflows/build-and-push.yml

Check failure on line 10 in .github/workflows/dev-build.yml

View workflow run for this annotation

GitHub Actions / dev-build

Invalid workflow file

The workflow is not valid. .github/workflows/dev-build.yml (Line: 10, Col: 11): Input target is required, but not provided while calling.
with:
tags: ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}-dev,ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}-${{ github.sha }}