fix: Switch to fusion quay repo for performance builds
Connects to influxdata/fusion#29.pull/24376/head
parent
143c350ecb
commit
3340c45053
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue