Skip to content

Commit

Permalink
Images: Fix wrong image tag for version
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-oliviert committed Oct 17, 2024
1 parent 68da08e commit 4cadb67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/providers/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Provider interface {
}

var ProviderImages = map[string]string{
"aws": "ghcr.io/pier-oliviert/providers-aws:0.3.4",
"azure": "ghcr.io/pier-oliviert/providers-azure:0.3.4",
"cloudflare": "ghcr.io/pier-oliviert/providers-cloudflare:0.3.4",
"aws": "ghcr.io/pier-oliviert/providers-aws:v0.3.4",
"azure": "ghcr.io/pier-oliviert/providers-azure:v0.3.4",
"cloudflare": "ghcr.io/pier-oliviert/providers-cloudflare:v0.3.4",
}

0 comments on commit 4cadb67

Please sign in to comment.