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

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

View file

@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -32,9 +32,3 @@ jobs:
V_GOLANG=${{ vars.V_GOLANG }}
V_NODE=${{ vars.V_NODE }}
V_ALPINE=${{ vars.V_ALPINE }}
cleanup:
runs-on: self-hosted
needs: build
steps:
- run: docker system prune -a -f