test
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Build and push image / docker (push) Successful in 40s
Python CI / python (push) Failing after 6s
Golang lint / GoLint (push) Successful in 18m57s

This commit is contained in:
2026-04-23 15:23:06 +03:00
parent e12fe78138
commit 32493a96e4
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -39,7 +39,6 @@ jobs:
uses: docker/build-push-action@v7 uses: docker/build-push-action@v7
with: with:
context: . context: .
file: go.Dockerfile
push: true push: true
tags: | tags: |
git.scuroneko.dev/scuroneko/runner-test:${{ gitea.ref_name }} git.scuroneko.dev/scuroneko/runner-test:${{ gitea.ref_name }}
View File