feat(ci): add GitHub Actions workflow for testing and Docker builds #20

Merged
haylan merged 13 commits from patch-2-gitea-registry into main 2026-07-31 12:22:24 +00:00
Showing only changes of commit f3491ef4a6 - Show all commits
+2 -2
View File
@@ -41,7 +41,7 @@ jobs:
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ gitea.repository }}:buildcache-dev,mode=max
- name: Upload dev image
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: graph-dev-image
path: /tmp/graph-dev.tar
@@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4
- name: Download dev image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: graph-dev-image
path: /tmp