Skip to content

Commit 957c470

Browse files
committed
chore: update gitignore and use local actions
1 parent 5eccc94 commit 957c470

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
build:
2727

28-
runs-on: ubuntu-latest
28+
runs-on: self-hosted
2929
permissions:
3030
contents: read
3131
packages: write

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ db.sqlite
99
.env
1010
.env.*
1111
!.env.example
12-
.vscode
12+
.vscode
13+
actions-runner

0 commit comments

Comments
 (0)