use docker

This commit is contained in:
Andras Schmelczer 2025-03-16 10:48:21 +00:00
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: jobs:
build-docker: build-docker:
runs-on: ubuntu-latest runs-on: self-hosted
permissions: permissions:
contents: read contents: read
packages: write packages: write

View file

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