test fixed
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 39s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 38s
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 43s
Output Information / info (push) Successful in 7s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 26s
Build Workflow / Build (push) Successful in 1m13s
Build Workflow / Deploy (push) Successful in 30s

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