Skip to content

Commit 2a49afd

Browse files
Update release package yml
1 parent 154fca8 commit 2a49afd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Release Pakage
1+
name: Build and Release Package
22

33
on:
44
release:
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build image
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Set env variables
@@ -17,19 +17,19 @@ jobs:
1717
echo "IMAGE_NAME=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
1818
1919
- name: Login to GitHub Container Registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Checkout project
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18.x
32+
node-version: 20.x
3333

3434
- name: Get version from package.json
3535
id: package-version
@@ -40,11 +40,11 @@ jobs:
4040
echo "Project Version: $VERSION"
4141
4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v2
43+
uses: docker/setup-qemu-action@v3
4444
id: qemu
4545

4646
- name: Setup Docker buildx
47-
uses: docker/setup-buildx-action@v2
47+
uses: docker/setup-buildx-action@v3
4848
id: buildx
4949

5050
- name: Run Docker buildx

0 commit comments

Comments
 (0)