mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
[deploy] use of ghcr instead of Docker Hub
This commit is contained in:
parent
1a1b49fd7d
commit
29dfda3f3c
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user