.gitea/workflows/pipeline.yml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Gitea Actions Demo / docker (push) Failing after 11m8s

This commit is contained in:
2026-04-20 11:21:34 +02:00
parent cba2cd21c9
commit 2233e2d750
+16 -1
View File
@@ -16,4 +16,19 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Build and push to local registry
uses: docker/build-push-action@v7
with:
push: true
tags: https://git.mnl-lab.de/${{ gitea.repository }}:latest