Migrate CI to 4-job pipeline with SHA-pinned actions #4

Merged
cloudix_mcp_server merged 4 commits from feat/gitea-actions-v2 into master 2026-06-10 22:51:14 -04:00
Showing only changes of commit a73275177d - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Build image
run: docker build -t ci-image:${{ github.sha }} .
run: docker build --load -t ci-image:${{ github.sha }} .
- name: Save image
run: docker save ci-image:${{ github.sha }} -o image.tar
- uses: ChristopherHX/gitea-upload-artifact@62ac910c5d3dfa85c7cb2df15afe2e342b2407c2