Use docker as base
Some checks failed
Build and Push Docker Image / build (push) Failing after 35s

This commit is contained in:
Florian Hoss 2024-10-31 09:18:50 +01:00
parent 2fb503abc8
commit 4d7a28af73
Signed by: flohoss
GPG key ID: 3F35C7F6E6F66F6B

View file

@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4