1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

chore: fix runs-on name

This commit is contained in:
Daniel Hiller 2023-09-13 22:55:09 +02:00
parent ca42b5cb77
commit 21dedd00e0
5 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ env:
jobs:
build-and-push-docker-base-image:
runs-on: [self-hosted]
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4

View file

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

View file

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

View file

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

View file

@ -13,7 +13,7 @@ jobs:
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: [self-hosted]
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4