Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jul 12, 2024
1 parent fbd8060 commit 32e9281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/publish-docker-images
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REGISTRY = "ghcr.io"
else
REGISTRY = "docker.io"
fi
BUILDBOX_NAME="$(REGISTRY)/phusion/passenger_binary_build_automation"
BUILDBOX_NAME="${REGISTRY}/phusion/passenger_binary_build_automation"

for ARCH in amd64 arm64; do
run docker tag "$BUILDBOX_NAME:$DOCKER_IMAGE_VERSION-$ARCH" "$BUILDBOX_NAME:latest-$ARCH"
Expand Down
2 changes: 1 addition & 1 deletion linux/setup-docker-images
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REGISTRY = "ghcr.io"
else
REGISTRY = "docker.io"
fi
BUILDBOX_NAME="$(REGISTRY)/phusion/passenger_binary_build_automation"
BUILDBOX_NAME="${REGISTRY}/phusion/passenger_binary_build_automation"

set -x
for ARCH in amd64 arm64; do
Expand Down

0 comments on commit 32e9281

Please sign in to comment.