use docker

This commit is contained in:
Andras Schmelczer 2025-03-16 10:48:21 +00:00
parent 031628cff9
commit fb15e48391
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,8 @@ env:
jobs:
build-docker:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write

View file

@ -2,14 +2,13 @@ name: Publish Obsidian plugin
on:
push:
tags:
- "*"
tags: ["*"]
env:
CARGO_TERM_COLOR: always
jobs:
build-plugin:
publish-plugin:
runs-on: self-hosted
steps: