|
38 | 38 | type=semver,pattern={{major}}.{{minor}} |
39 | 39 | type=semver,pattern={{major}} |
40 | 40 | type=raw,value=latest,enable=${{ !contains(github.ref, '-') }} |
| 41 | + type=raw,value=bun,enable=${{ !contains(github.ref, '-') }} |
41 | 42 |
|
42 | 43 | - name: Build and push Docker image (Bun) |
43 | 44 | uses: docker/build-push-action@v6 |
@@ -75,11 +76,13 @@ jobs: |
75 | 76 | with: |
76 | 77 | images: ghcr.io/dcodesdev/letterspace |
77 | 78 | tags: | |
78 | | - type=ref,event=tag |
| 79 | + type=ref,event=tag,suffix=-node |
79 | 80 | type=semver,pattern={{version}}-node |
80 | 81 | type=semver,pattern={{major}}.{{minor}}-node |
81 | 82 | type=semver,pattern={{major}}-node |
82 | 83 | type=raw,value=latest-node,enable=${{ !contains(github.ref, '-') }} |
| 84 | + type=raw,value=node,enable=${{ !contains(github.ref, '-') }} |
| 85 | + type=raw,value=latest,enable=false |
83 | 86 |
|
84 | 87 | - name: Build and push Docker image (Node) |
85 | 88 | uses: docker/build-push-action@v6 |
|
0 commit comments