feat: runs on docker

This commit is contained in:
Oliver Lippert 2024-02-09 18:50:52 +01:00
parent 3a7fdc3453
commit 3aff0f11eb
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ on:
jobs:
release:
if: github.event.issue.title == 'release'
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1