Skip to content

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

chore(ci): Create continuous integration and deployment pipelines

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

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: './next/Dockerfile.prod'