Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
version should start with a v and should be overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed May 12, 2020
1 parent a473053 commit 73139a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ COMPILE_TARGET=./tmp/_output/bin/$(PROJECT)
PROMETHEUS_OPERATOR_VERSION=v0.34.0
LOCAL=local
GRAFANA_OPERATOR_VERSION=v3.2.0
AMO_VERSION=1.1.6
PREV_AMO_VERSION=1.1.5
AMO_VERSION?=v1.1.6
PREV_AMO_VERSION=v1.1.5

AUTH_TOKEN=$(shell curl -sH "Content-Type: application/json" -XPOST https://quay.io/cnr/api/v1/users/login -d '{"user": {"username": "$(QUAY_USERNAME)", "password": "${QUAY_PASSWORD}"}}' | jq -r '.token')

Expand Down

0 comments on commit 73139a8

Please sign in to comment.