Update .gitea/workflows/demo.yaml
Docker Build and Release Upload / build (push) Failing after 1s

This commit is contained in:
2025-07-03 21:59:27 +00:00
parent e1ee169904
commit 0a3ebe539f
-2
View File
@@ -10,5 +10,3 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t my-image:latest .