mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
*: add version file
Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
parent
89b6c7e31c
commit
aae4ef6b51
3 changed files with 6 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ set -x
|
|||
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
||||
|
||||
if [[ -n $TRAVIS_TAG ]]; then
|
||||
make push VERSION=${TRAVIS_TAG}
|
||||
make push TAG="$(cat "VERSION")"
|
||||
else
|
||||
make push-amd64
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue