Skip to content

Commit

Permalink
Fixes cloudquery plugin publishing (#1248)
Browse files Browse the repository at this point in the history
* Fixes cloudquery plugin publishing

* remove var
  • Loading branch information
ravenac95 authored Apr 17, 2024
1 parent a4263d2 commit f773ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/publish-cloudquery-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ build_base_image() {
base_image="ghcr.io/opensource-observer/cloudquery-${language}-base:${tag}"
dockerfile_path="./docker/cloudquery-${language}-base.Dockerfile"
docker build -t "${base_image}" -f "${dockerfile_path}" .
docker push "${base_image}"
echo $base_image
}

Expand Down
2 changes: 1 addition & 1 deletion docker/cloudquery-ts-base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18 as build

RUN npm install -g pnpm
RUN npm install -g pnpm@^8.0.0

COPY . /usr/src/app

Expand Down

0 comments on commit f773ee0

Please sign in to comment.