Skip to content

Commit

Permalink
Update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 13, 2021
1 parent 189fdb5 commit 3246781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ builds:

dockers:
- image_templates:
- "ghcr.io/charmbracelet/smoothie:snapshot"
- "ghcr.io/charmbracelet/smoothie:{{ .Commit }}-snapshot"
- "ghcr.io/charmbracelet/smoothie-internal:snapshot"
- "ghcr.io/charmbracelet/smoothie-internal:{{ .Commit }}-snapshot"
ids: [smoothie]
goarch: amd64
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/charmbracelet/smoothie
- --label=org.opencontainers.image.source=https://github.com/charmbracelet/smoothie
- --label=org.opencontainers.image.url=https://github.com/charmbracelet/smoothie-internal
- --label=org.opencontainers.image.source=https://github.com/charmbracelet/smoothie-internal
- --label=org.opencontainers.image.version={{ .Commit }}-snapshot
- --label=org.opencontainers.image.created={{ .Date }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "aws_region" {
}

variable "app_image" {
default = "ghcr.io/charmbracelet/smoothie:snapshot"
default = "ghcr.io/charmbracelet/smoothie-internal:snapshot"
}

variable "force_new_deployment" {
Expand Down

0 comments on commit 3246781

Please sign in to comment.