Skip to content

Build

Build #5

Workflow file for this run

name: Build
on:
workflow_run:
workflows: ["Test"]
types: [completed]
branches: [main]
pull_request:
types: [labeled]
env:
GITLAB_REGISTRY: registry.gitlab.com
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
run: |

Check failure on line 20 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 20, Col: 14): Unrecognized function: 'replace'. Located at position 1 within expression: replace(toJSON(github), "'", "\\'")
echo ${{ github.ref_name }}
echo '${{ replace(toJSON(github), "'", "\\'") }}'