aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrustdesk <[email protected]>2023-12-06 00:28:59 +0800
committerrustdesk <[email protected]>2023-12-06 00:28:59 +0800
commit1a6016f08faa3ed27b116edf0d89c0f4197d8892 (patch)
tree03f4d79b4e88edeb490b36c447cd4c4b247a78e9
parentf67e8991efdc19db67871d85df6b5fdcfd9e4baf (diff)
downloadrustdesk-server-1a6016f08faa3ed27b116edf0d89c0f4197d8892.tar.gz
rustdesk-server-1a6016f08faa3ed27b116edf0d89c0f4197d8892.zip
specify image
-rw-r--r--.github/workflows/test-selfhosted.yaml4
-rw-r--r--db_v2.sqlite3bin24576 -> 24576 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test-selfhosted.yaml b/.github/workflows/test-selfhosted.yaml
index 844bfed..e85595d 100644
--- a/.github/workflows/test-selfhosted.yaml
+++ b/.github/workflows/test-selfhosted.yaml
@@ -11,7 +11,9 @@ jobs:
name: Build
#runs-on: ubuntu-22.04
runs-on: self-hosted
- os: ubuntu-22.04
+ container:
+ # Runner docker image
+ image: ubuntu:22.04
strategy:
fail-fast: false
matrix:
diff --git a/db_v2.sqlite3 b/db_v2.sqlite3
index 59fea56..8a1b5ca 100644
--- a/db_v2.sqlite3
+++ b/db_v2.sqlite3
Binary files differ