ci test commit

This commit is contained in:
2025-08-29 13:56:53 +02:00
parent 18bf7cb6ce
commit 2cb457c776
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image
run: docker build -t git.rivercry.com/wg/monitor-im-flur .
run: ls -la && docker build -t git.rivercry.com/wg/monitor-im-flur .
- name: Push Docker image
run: docker push git.rivercry.com/wg/monitor-im-flur