Skip to content

Commit

Permalink
Fix region name
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Nov 14, 2023
1 parent c6b0ec6 commit 76508ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench-for-google-cloud-workstations/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ get-build-args:
get-build-tags:
#!/usr/bin/env bash
set -eu
regions=("us-central-1" "asia" "europe" "us")
regions=("us-central1" "asia" "europe" "us")
tag_array=()
for region in "${regions[@]}"; do
tag_array+=("$region-docker.pkg.dev/posit-images/cloud-workstations/workbench:${RSW_TAG_VERSION}")
Expand Down

0 comments on commit 76508ed

Please sign in to comment.