fix(gateway): Use new prod Docker registry for upgrades (#3386)

This commit is contained in:
Jamil
2024-01-24 10:48:18 -08:00
committed by GitHub
parent 2f2f1a65af
commit eeaa65812e

View File

@@ -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")