Skip to content

fix(deps): update prisma monorepo to v6 (major) (#252) #220

fix(deps): update prisma monorepo to v6 (major) (#252)

fix(deps): update prisma monorepo to v6 (major) (#252) #220

name: Continuous Delivery
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/**'
- 'Dockerfile'
- '.github/workflows/continuous-delivery.yml'
- 'package.json'
jobs:
PublishNekokai:
name: Publish Nekokai image to container registries
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/[email protected]
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Nekokai Docker image
uses: docker/[email protected]
with:
push: true
context: .
tags: ghcr.io/skyra-project/nekokai:latest