Skip to content

Commit

Permalink
fix(docker): fixed docker autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 27, 2023
1 parent b43e37c commit ae0f3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: release
with:
release-type: node
package-name: ${{env.PACKAGE_NAME}}
package-name: ${{vars.PACKAGE_NAME}}
pull-request-title-pattern: 'chore${scope}: release ${version} [skip-ci]'
prerelease: true

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:18-alpine

ENV EE_DOCKER_LEGACY=true

Expand Down

0 comments on commit ae0f3ab

Please sign in to comment.