This commit is contained in:
17
.gitea/workflows/build_host.yml_error
Normal file
17
.gitea/workflows/build_host.yml_error
Normal 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 .
|
||||
Reference in New Issue
Block a user