Skip to content

Commit bb0b906

Browse files
committed
Workflows updated
1 parent b401599 commit bb0b906

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
type=semver,pattern={{major}}.{{minor}}
3939
type=semver,pattern={{major}}
4040
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
41+
type=raw,value=bun,enable=${{ !contains(github.ref, '-') }}
4142
4243
- name: Build and push Docker image (Bun)
4344
uses: docker/build-push-action@v6
@@ -75,11 +76,13 @@ jobs:
7576
with:
7677
images: ghcr.io/dcodesdev/letterspace
7778
tags: |
78-
type=ref,event=tag
79+
type=ref,event=tag,suffix=-node
7980
type=semver,pattern={{version}}-node
8081
type=semver,pattern={{major}}.{{minor}}-node
8182
type=semver,pattern={{major}}-node
8283
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
8386
8487
- name: Build and push Docker image (Node)
8588
uses: docker/build-push-action@v6

RELEASE_NOTES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### ✨ Features
22

3-
- Added support for NodeJS.
43
- New features and improvements.
54

65
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0",
2+
"version": "0.8.1",
33
"name": "letterspace",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)