Skip to content

Commit

Permalink
chore(explorer/graphql): adding tags for graphql in goreleaser (#212)
Browse files Browse the repository at this point in the history
adding tags for graphql build

task: none
  • Loading branch information
DanFlannel authored Jan 31, 2024
1 parent 1cd44d5 commit 9aae3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ dockers:
- ids: [explorer-graphql]
dockerfile: ./explorer/graphql/Dockerfile
image_templates:
- omniops/explorer-graphql:latest
- omniops/explorer-graphql:{{ .ShortCommit }}
- omniops/explorer-graphql:{{ if .IsSnapshot }}main{{ else }}latest{{ end }}
- omniops/explorer-graphql:{{ if .IsSnapshot }}main{{ else }}{{.Tag}}{{ end }}

- ids: [explorer-indexer]
dockerfile: ./explorer/indexer/Dockerfile
Expand Down

0 comments on commit 9aae3bd

Please sign in to comment.