Add workflow_dispatch trigger and checkout step in deployment workflow
Build and Push Agent API / build (push) Failing after 8s
Build and Push Agent API / build (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user