Skip to content

update to 1.6.7

update to 1.6.7 #19

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