Update .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m29s
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m29s
This commit is contained in:
parent
ee724bc872
commit
e77bc6b3d1
@ -8,7 +8,9 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
# Wir ändern 'ubuntu-latest' auf ein spezifisches Image,
|
||||
# das oft schon im Cache liegt oder leichter erreichbar ist.
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Code auschecken
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user