test
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 34s
List Runner Tool Cache (Persistent) / check-tool-cache (push) Failing after 36s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 31s
Output Information / info (push) Successful in 7s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 23s
Build Workflow / Build (push) Successful in 3m49s
Build Workflow / Deploy (push) Successful in 29s

This commit is contained in:
2025-05-25 14:33:44 +02:00
parent 6d9ddd3e2c
commit 697f7aba9b
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
# Define the container that runs your steps
container:
image: ubuntu-latest # A common image used with act-runner, or your custom image
image: ubuntu:latest # A common image used with act-runner, or your custom image
volumes:
# Map the persistent 'act-toolcache' Docker volume from your host
# to the /toolcache path inside this job container.