Skip to content

chore(ci): Create continuous integration and deployment pipelines #1

chore(ci): Create continuous integration and deployment pipelines

chore(ci): Create continuous integration and deployment pipelines #1

Workflow file for this run

name: Release
on:
pull_request:
push:
branches: [main]
tags:
- 'v*.*.*'
jobs:
release-container:
uses: radiorabe/actions/.github/workflows/[email protected]
with:
image: 'ghcr.io/radiorabe/website-next'
name: 'website-next'
display-name: 'RaBe Nextjs Website'
tags: 'rabe nextjs alpine'
context: './next/'
dockerfile: 'Dockerfile.prod'

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 19, Col: 19): Invalid input, dockerfile is not defined in the referenced workflow.