Ordnername für Actions korrigiert
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m12s
This commit is contained in:
20
.gitea/workflows/build.yaml
Normal file
20
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch: # Ermöglicht den manuellen Start in der Gitea-Weboberfläche
|
||||
|
||||
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