fix: Switch to fusion quay repo for performance builds

Connects to influxdata/fusion#29.
pull/24376/head
Carol (Nichols || Goulding) 2020-07-22 09:32:31 -04:00
parent 143c350ecb
commit 3340c45053
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ jobs:
echo "$QUAY_PASS" | docker login quay.io --username $QUAY_USER --password-stdin
- run: |
BRANCH=$(git rev-parse --abbrev-ref HEAD | tr '/' '.')
docker build -t quay.io/influxdb/rust:$BRANCH -f Dockerfile.perf .
docker push quay.io/influxdb/rust:$BRANCH
docker build -t quay.io/influxdb/fusion:$BRANCH -f Dockerfile.perf .
docker push quay.io/influxdb/fusion:$BRANCH
workflows:
version: 2