Skip to content

feat: allow reminders of content length 1000 (#256) #214

feat: allow reminders of content length 1000 (#256)

feat: allow reminders of content length 1000 (#256) #214

name: Continuous Delivery
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/**'
- 'Dockerfile'
- '.github/workflows/continuous-delivery.yml'
- 'package.json'
jobs:
PublishTeryl:
name: Publish Teryl image to container registries
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
with:
submodules: true
- 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 Teryl Docker image
uses: docker/[email protected]
with:
push: true
context: .
tags: ghcr.io/skyra-project/teryl:latest