diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d7af028..c0688f40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: release on: push: - branches: main + branches: + - main jobs: release-please: @@ -73,7 +74,7 @@ jobs: uses: docker/setup-buildx-action@v2 id: buildx - - name: login to ghrc.io + - name: login to ghcr.io uses: docker/login-action@v2 with: registry: ghcr.io diff --git a/Dockerfile b/Dockerfile index 6354dc6d..c8768242 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:alpine as builder +FROM docker.io/node:20.5-alpine as builder WORKDIR /build