|
50 | 50 | echo "After:" |
51 | 51 | df -h |
52 | 52 |
|
53 | | - - uses: actions/checkout@v4 |
| 53 | + - uses: actions/checkout@v6 |
54 | 54 | with: |
55 | 55 | # If ref is not provided: when triggered by tag push, checkout uses the tag automatically; |
56 | 56 | # when called via workflow_call, defaults to the commit that triggered the workflow |
|
95 | 95 | OPENCODE_CLOUD_VERSION=${{ steps.version.outputs.version }} |
96 | 96 | tags: | |
97 | 97 | ${{ env.IMAGE_NAME_GHCR }}:test |
| 98 | + cache-from: type=gha,scope=opencode-cloud-sandbox-test,version=2 |
| 99 | + cache-to: type=gha,scope=opencode-cloud-sandbox-test,mode=max,version=2 |
98 | 100 |
|
99 | 101 | # Temporary disabled smoke test |
100 | 102 | # - name: Smoke test - verify container starts and becomes healthy |
@@ -180,8 +182,8 @@ jobs: |
180 | 182 | ${{ env.IMAGE_NAME_GHCR }}:latest |
181 | 183 | ${{ env.IMAGE_NAME_DOCKERHUB }}:${{ steps.version.outputs.version }} |
182 | 184 | ${{ env.IMAGE_NAME_DOCKERHUB }}:latest |
183 | | - cache-from: type=gha |
184 | | - cache-to: type=gha,mode=max |
| 185 | + cache-from: type=gha,scope=opencode-cloud-sandbox,version=2 |
| 186 | + cache-to: type=gha,scope=opencode-cloud-sandbox,mode=max,version=2 |
185 | 187 |
|
186 | 188 | - name: Update Docker Hub description |
187 | 189 | uses: peter-evans/dockerhub-description@v5 |
|
0 commit comments