simplify
iwanhae committed
Nov 17, 2025 at 00:25 UTC
22e8b81aed6472767f4497e3e2602a00f1c7937f
1 file changed
+2
-18
.github/workflows/cd.yml
+2
-18
@@ -52,24 +52,6 @@ jobs:
52
type=semver,pattern={{major}}
53
type=sha,enable=true,prefix=sha-,suffix=,format=short
54
55
- - name: Build wasm-builder image
56
- uses: docker/build-push-action@v6
57
- with:
58
- platforms: ${{ env.PLATFORMS }}
59
- target: wasm-builder
60
- push: false
61
- cache-from: type=gha,mode=max
62
- cache-to: type=gha,mode=max
63
-
64
- - name: Build server-builder image
65
- uses: docker/build-push-action@v6
66
- with:
67
- platforms: ${{ env.PLATFORMS }}
68
- target: server-builder
69
- push: false
70
- cache-from: type=gha,mode=max
71
- cache-to: type=gha,mode=max
72
-
55
- name: Build and push Docker image
56
uses: docker/build-push-action@v6
57
with:
@@ -77,6 +59,8 @@ jobs:
59
push: true
60
tags: ${{ steps.meta.outputs.tags }}
61
labels: ${{ steps.meta.outputs.labels }}
62
+ cache-from: type=gha,mode=max
63
+ cache-to: type=gha,mode=max
64
65
deploy:
66
name: Deploy to `https://portal.iwanhae.kr`