Skip to content

Commit

Permalink
docker: Remove full tag from build pipeline (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <[email protected]>
  • Loading branch information
aeneasr authored Apr 29, 2019
1 parent b39703d commit 602a273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dockers:
- "oryd/keto:v{{ .Major }}"
- "oryd/keto:v{{ .Major }}.{{ .Minor }}"
- "oryd/keto:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/keto:{{ .Env.DOCKER_FULL_TAG }}"
# - "oryd/keto:{{ .Env.DOCKER_FULL_TAG }}"
- "oryd/keto:{{ .Env.DOCKER_SHORT_TAG }}"
- "oryd/keto:latest"
extra_files:
Expand Down

0 comments on commit 602a273

Please sign in to comment.