Add workflow_dispatch trigger and checkout step in deployment workflow
Build and Push Agent API / build (push) Failing after 8s

This commit is contained in:
2026-05-10 15:19:31 +02:00
parent 63c07a602d
commit 8456288b6d
+5
View File
@@ -5,6 +5,8 @@ on:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: home runs-on: home
@@ -13,6 +15,9 @@ jobs:
image: docker:24-cli image: docker:24-cli
steps: steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Show files - name: Show files
run: ls -la run: ls -la