feature/setup_development_environment #2

Merged
silklaasboer merged 8 commits from feature/setup_development_environment into main 2025-05-28 14:47:41 +00:00
Showing only changes of commit 5f9e3eadf1 - Show all commits

View File

@@ -0,0 +1,21 @@
# .gitea/workflows/build.yml
name: Build Validation
on:
push:
branches:
- '**'
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker Image
run: |
docker build -t ${{ secrets.LOCAL_INSTANCE_IP }}/${{ secrets.DOCKER_USERNAME }}/devcontainer:latest -f Dockerfile .