trying action for build
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 1m45s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 17:27:11 +01:00
parent e54882425f
commit 7f2d55ed34

View File

@@ -9,12 +9,10 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4
- name: Build docker image
run: |
ls -al
mv docker/Dockerfile .
echo '======='
cat Dockerfile
echo '======='
docker build --no-cache -t umbrella .
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
- name: Move Dockerfile
run: mv docker/Dockerfile .
- name: Build
uses: docker/build-push-action@v6
with:
push: false