Update site.dhall

This commit is contained in:
Cadey Ratio 2020-09-01 16:32:48 -04:00 committed by GitHub
parent bee7ee172f
commit db896bc2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let kubernetes =
let tag = env:GITHUB_SHA as Text ? "latest"
let image = "xena/christinewebsite:${tag}"
let image = "ghcr.io/xena/site:${tag}"
let vars
: List kubernetes.EnvVar.Type