chore(ci): Create continuous integration and deployment pipelines #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |