Update .github/workflows/docker-image.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 11m58s

This commit is contained in:
2026-04-15 18:11:35 +00:00
parent b5b9597cc6
commit 93a514ff7b

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: ubuntu-latest image: gitea/runner-images:ubuntu-22.04
steps: steps:
# - name: Clone repo # - name: Clone repo