TEST: host
Some checks failed
build / build-host (push) Failing after 10s
build / build-and-push (push) Failing after 1s
Test DIND Integration / test-docker (push) Failing after 31s

This commit is contained in:
2025-12-17 22:03:49 +01:00
parent 5ead826ab4
commit 4b0dc569c4

View File

@@ -0,0 +1,17 @@
name: build
on:
push:
branches:
- main
jobs:
build-host:
runs-on: [host]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build with Docker (host)
run: |
docker build -t nexus.rancherk3.duckdns.org/tfm/microserviciospython:latest .