Skip to content

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

chore(ci): Create continuous integration and deployment pipelines

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

Workflow file for this run

name: Release
on:
pull_request:
push:
branches:
- main
tags:
- 'v*.*.*'
jobs:
release-next-container:
uses: radiorabe/actions/.github/workflows/[email protected]
with:
image: 'ghcr.io/radiorabe/website-stack/next'
name: 'next'
display-name: 'RaBe Nextjs Website'
tags: 'rabe web nextjs alpine'
# the alpine base image used for the nextjs frontend does not have a
# keyless cosign signature, so we disable verifying the image.
cosign-verify: false
context: './next/'
dockerfile: './next/Dockerfile.prod'
build-args: |
IMAGES_HOSTNAME=*.rabe.ch