.gitea/workflow/build.yaml hinzugefügt
This commit is contained in:
14
.gitea/workflow/build.yaml
Normal file
14
.gitea/workflow/build.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build and Push Docker Image
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build and Push to local registry
|
||||
run: |
|
||||
docker build -t 192.168.88.201:5000/ulfbot:latest .
|
||||
docker push 192.168.88.201:5000/ulfbot:latest
|
||||
Reference in New Issue
Block a user