diff --git a/.goreleaser.yml b/.goreleaser.yml index a7fedc2..62355d5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,6 @@ project_name: cgapp env_files: - github_token: ~/.goreleaser/github_token + github_token: /home/koddr/.goreleaser/github_token before: hooks: diff --git a/Dockerfile b/Dockerfile index 919734b..5aa5219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY cgapp /cgapp RUN apk add --no-cache git npm # Install frontend CLIs (globally and in silent mode). -RUN npm i -g -s \ +RUN npm i -g -s --unsafe-perm \ create-react-app \ preact-cli \ @vue/cli \ diff --git a/Taskfile.yml b/Taskfile.yml index b9f0ef6..cb86c17 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -53,7 +53,7 @@ tasks: - task: test - git tag -a {{.TAG}} -m "{{.TAG}}" - git push origin {{.TAG}} - - goreleaser --rm-dist + - sudo goreleaser --rm-dist delete-tag: desc: Delete git tag