Skip to content

Commit

Permalink
docs: typo fix Update publish-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
defitricks authored Dec 22, 2024
1 parent 0fd5f35 commit 3eefde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# MUST be run from the root of the repository so the Docker build context is correct.
#
# You must `docker login ...` first so that we have the necessary permissions to
# You must `docker login ...` first so that we have the necessary permission to
# push the image layers + tags to Docker Hub.

HUBBLE_VERSION=$(node -e "console.log(require('./apps/hubble/package.json').version);")
Expand Down

0 comments on commit 3eefde7

Please sign in to comment.