Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Nov 10, 2021
1 parent cd619dd commit 77753cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dockers:

# Templates of the Docker image names.
image_templates:
- "ghcr.io/mr-karan/nomad-nomad-events-sink:{{ .Tag }}"
- "ghcr.io/mr-karan/nomad-nomad-events-sink:latest"
- "ghcr.io/mr-karan/nomad-events-sink:{{ .Tag }}"
- "ghcr.io/mr-karan/nomad-events-sink:latest"

# Skips the docker push.
# Could be useful if you also do draft releases.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ ./nomad-events-sink.bin --config config.toml
### Docker

```
docker pull ghcr.io/mr-karan/nomad-nomad-events-sink:latest
docker pull ghcr.io/mr-karan/nomad-events-sink:latest
```

### Quick Start
Expand Down
2 changes: 1 addition & 1 deletion deploy/job.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ job "nomad-events-sink" {
driver = "docker"

config {
image = "ghcr.io/mr-karan/nomad-nomad-events-sink:latest"
image = "ghcr.io/mr-karan/nomad-events-sink:latest"
}

env {
Expand Down

0 comments on commit 77753cd

Please sign in to comment.