Skip to content

Add context menu command for quoting #14

Add context menu command for quoting

Add context menu command for quoting #14

Workflow file for this run

name: Build Docker Image
on:
push:
branches:
- main
jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: nint8835/scribe
tags: latest