Skip to content

Build

Build #5

Workflow file for this run

name: Build
on:
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
permissions:
contents: write
uses: jcdcdev/caddy-docker-proxy-cloudflare/.github/workflows/template.yml@main

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

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 10, Col: 11): Error from called workflow jcdcdev/caddy-docker-proxy-cloudflare/.github/workflows/template.yml@main (Line: 28, Col: 18): Unrecognized function: 'replace'. Located at position 1 within expression: replace( DOCKER_IMAGE_NAME, '/', '_')
with:
deploy: false
secrets:
docker-username: ${{ secrets.DOCKER_HUB_USERNAME }}
docker-password: ${{ secrets.DOCKER_HUB_PASSWORD }}