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

Open
haylan wants to merge 6 commits from patch-2-gitea-registry into main
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 cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ gitea.repository }}:buildcache-dev,mode=max
- name: Upload dev image - name: Upload dev image
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: graph-dev-image name: graph-dev-image
path: /tmp/graph-dev.tar path: /tmp/graph-dev.tar
@@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Download dev image - name: Download dev image
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: graph-dev-image name: graph-dev-image
path: /tmp path: /tmp