dropped build action, re-enabled docker build command
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 3m2s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 17:50:53 +01:00
parent 39179b6dc8
commit 32d55aeaf7

View File

@@ -9,8 +9,7 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4
- name: Build
uses: docker/build-push-action@v6
with:
push: false
no-cache: true
- name: Build docker image
run: |
docker build --no-cache -t umbrella .
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest