Skip to content

Commit

Permalink
Fix docker tag version to omit the leading 'v', in the build phase also.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Aug 26, 2018
1 parent c2053d1 commit 7a8eb6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudbuild.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ steps:
args:
- build
- --file=Dockerfile
- --tag=gcr.io/$PROJECT_ID/process-exporter:$TAG_NAME
- --tag=ncabatoff/process-exporter:$TAG_NAME
- --tag=ncabatoff/process-exporter:`echo $TAG_NAME|sed s/^v//`
- .

# Login to docker hub
Expand Down

0 comments on commit 7a8eb6c

Please sign in to comment.