[deploy] use of ghcr instead of Docker Hub

This commit is contained in:
Aleksandr Soloshenko 2025-08-12 06:21:35 +07:00 committed by Aleksandr
parent 1a1b49fd7d
commit 29dfda3f3c

View File

@ -7,7 +7,7 @@ data "docker_network" "internal" {
}
resource "docker_image" "app" {
name = "capcom6/${var.app-name}:${var.app-version}"
name = "ghcr.io/android-sms-gateway/server:${var.app-version}"
keep_locally = true
}