.gitea/workflows/docker-build.yml aktualisiert
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run

This commit is contained in:
2025-03-25 20:11:28 +00:00
parent 658f1352dd
commit 2b4876a9e8

View File

@@ -10,7 +10,7 @@ jobs:
runs-on:
- docker
container:
image: node:18
image: ubuntu-latest
steps:
- name: Install Docker
run: |