added demo data
Some checks failed
Build Docker Image / Docker-Build (push) Successful in 41s
Build Docker Image / Clean-Registry (push) Failing after 1s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-08 14:57:40 +01:00
parent a44c6c5b49
commit 2a478ccaad
2 changed files with 10 additions and 13 deletions

View File

@@ -9,13 +9,6 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4
- name: Login to registry
uses: docker/login-action@v2
with:
registry: ${{ secrets.REGISTRY_PATH }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}
- name: Build docker image
run: docker build -t web4rail .