modified: .gitea/workflows/services.code-server.yml
All checks were successful
/ build-docker-image (push) Successful in 5s

modified:   README.md
This commit is contained in:
2024-09-01 14:56:00 +01:00
parent 9bffda4ebb
commit 36fdb1a366
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
name: deploy host
on:
push:
paths:
@@ -6,17 +5,18 @@ on:
- ".gitea/workflows/**code-server**.yml"
jobs:
build-docker-image:
build-runner:
runs-on: homesrv01
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: build code-server
- name: code-server - build docker image
shell: bash
run: |
docker build ${{gitea.workspace}}/services/code-server --tag myInfra/code-server