1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

chore: Switch to self hostet action runner

This commit is contained in:
Daniel Hiller 2023-09-13 22:47:08 +02:00
parent 88b058ad9d
commit ca42b5cb77
5 changed files with 16 additions and 16 deletions

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-push-docker-image-dev-arm:
runs-on: [self-hosted, ubuntu-latest]
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v4