Skip to content

Commit

Permalink
fixed container tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Dec 3, 2019
1 parent 1912c48 commit 0a39d13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ dockers:
image_templates:
- "txn2/jwtpxy:latest"
- "txn2/jwtpxy:{{ .Tag }}"
- "txn2/jwtpxy:v{{ .Tag }}"
- "txn2/jwtpxy:v{{ .Major }}"
- "txn2/jwtpxy:{{ .Major }}"
- "txn2/jwtpxy:amd64-{{ .Tag }}"
- "txn2/jwtpxy:amd64-v{{ .Major }}"
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
Expand Down

0 comments on commit 0a39d13

Please sign in to comment.