Skip to content

updated obsidian to 1.4.16 #16

updated obsidian to 1.4.16

updated obsidian to 1.4.16 #16

Workflow file for this run

name: publish
on: [push]
jobs:
publish-kasm-obsidian:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the kasm-obsidian Docker image
run: |
docker build . --tag ghcr.io/micahmorgan1/kasm-obsidian:latest
docker push ghcr.io/micahmorgan1/kasm-obsidian:latest