ci test commit

This commit is contained in:
2025-08-29 14:01:37 +02:00
parent 2cb457c776
commit 9d0d458fe3
3 changed files with 32 additions and 2 deletions
+2 -1
View File
@@ -46,6 +46,7 @@ jobs:
- uses: christopherhx/gitea-download-artifact@v4
with:
name: build
path: build
- name: Log in to Docker Registry
uses: docker/login-action@v2
with:
@@ -53,7 +54,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image
run: ls -la && docker build -t git.rivercry.com/wg/monitor-im-flur .
run: docker build -t git.rivercry.com/wg/monitor-im-flur .
- name: Push Docker image
run: docker push git.rivercry.com/wg/monitor-im-flur