diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index abf77c1..750ab25 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,6 +49,8 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true - name: Prepare release notes if tag not exists + environment: + GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} run: | export PKG_TAG="v$(yq -r '.version' package.json)" if git show-ref --tags --verify --quiet "refs/tags/${TAG}"; then diff --git a/Dockerfile b/Dockerfile index 8627cd5..2a47543 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine3.17 +FROM node:20-alpine3.21 RUN apk update && apk upgrade RUN apk add --update python3 make g++ # for Mac M1 processors