Skip to content

Commit

Permalink
Fix some issues with cloudquery publish (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Apr 16, 2024
1 parent 43f31a8 commit 89984ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/publish-cloudquery-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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

0 comments on commit 89984ef

Please sign in to comment.