Skip to content

Commit

Permalink
docker: Remove full tag from build pipeline (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <aeneas@ory.sh>
  • Loading branch information
aeneasr committed Apr 29, 2019
1 parent b538e3c commit e2edbf8
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 @@ -69,7 +69,7 @@ dockers:
- "oryd/oathkeeper:v{{ .Major }}"
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}"
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/oathkeeper:{{ .Env.DOCKER_FULL_TAG }}"
# - "oryd/oathkeeper:{{ .Env.DOCKER_FULL_TAG }}"
- "oryd/oathkeeper:{{ .Env.DOCKER_SHORT_TAG }}"
- "oryd/oathkeeper:latest"
extra_files:
Expand Down

0 comments on commit e2edbf8

Please sign in to comment.