Skip to content

Commit

Permalink
chore(ci): Publish container images to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Nov 19, 2024
1 parent 2b4f311 commit 5c03822
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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'

0 comments on commit 5c03822

Please sign in to comment.