Skip to content

Commit

Permalink
build: Using project version for Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Oct 19, 2022
1 parent 93c7f5b commit 6281239
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,12 @@ packagers:
docker:
active: always
repository:
active: always
commitMessage: '{{distributionName}} {{tagName}}'
name: '{{distributionName}}-docker'
active: never
registries:
- serverName: DEFAULT
repositoryName: fieldengineering
imageNames:
- 'fieldengineering/{{distributionName}}:{{tagName}}'
- 'fieldengineering/{{distributionName}}:{{projectVersion}}'
- 'fieldengineering/{{distributionName}}:latest'
labels:
'org.opencontainers.image.title': '{{distributionName}}'
Expand Down

0 comments on commit 6281239

Please sign in to comment.