added git.limbosolutions.com/kb/ubuntu:act-latest to ansible deploy
All checks were successful
deploy host / Deploy (push) Successful in 14s

This commit is contained in:
2024-09-02 00:39:23 +01:00
parent 9c8da9ab4a
commit 869b3a5a20
3 changed files with 1 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ jobs:
Deploy: Deploy:
runs-on: homesrv01 runs-on: homesrv01
container: container:
image: homesrv/git-runner image: git.limbosolutions.com/kb/ubuntu:act-latest
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -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

View File

@@ -1,2 +0,0 @@
FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible