added git.limbosolutions.com/kb/ubuntu:act-latest to ansible deploy
All checks were successful
deploy host / Deploy (push) Successful in 14s
All checks were successful
deploy host / Deploy (push) Successful in 14s
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
Deploy:
|
||||
runs-on: homesrv01
|
||||
container:
|
||||
image: homesrv/git-runner
|
||||
image: git.limbosolutions.com/kb/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
name: deploy host
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "services/git-runner/*"
|
||||
- ".gitea/workflows/**git-runner**.yml"
|
||||
|
||||
jobs:
|
||||
|
||||
build-runner:
|
||||
runs-on: homesrv01
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: build git runner
|
||||
shell: bash
|
||||
run: |
|
||||
docker build ${{gitea.workspace}}/services/git-runner --tag homesrv/git-runner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user