mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(gateway): Use new prod Docker registry for upgrades (#3386)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
TARGET_IMAGE="${TARGET_IMAGE:-us-east1-docker.pkg.dev/firezone-prod/firezone/gateway:1}"
|
||||
TARGET_IMAGE="ghcr.io/firezone/gateway:1"
|
||||
REPO=$(dirname "$TARGET_IMAGE")
|
||||
IMAGE=$(basename "$TARGET_IMAGE")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user