Skip to content

Commit

Permalink
Use grafana-dev for nightly images
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Sep 11, 2023
1 parent 36ec1e2 commit 634d8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/drone_build_nightly_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dagger run --silent go run ./cmd windows-installer \
dagger run --silent go run ./cmd docker \
$(cat assets.txt | grep tar.gz | grep -v docker | grep -v sha256 | grep -v windows | grep -v darwin | grep -v arm-6 | awk '{print "--package=" $0}') \
--checksum \
--repo="grafana-nightly" \
--repo="grafana-dev" \
--ubuntu-base="ubuntu:22.10" \
--alpine-base="alpine:3.18.0" \
--destination=${local_dst} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/drone_publish_nightly_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dagger run --silent go run ./cmd docker publish \
$(find $local_dir | grep docker.tar.gz | grep -v sha256 | grep -v enterprise | awk '{print "--package=file://"$0}') \
--username=${DOCKER_USERNAME} \
--password=${DOCKER_PASSWORD} \
--repo="grafana-nightly"
--repo="grafana-dev"

0 comments on commit 634d8dc

Please sign in to comment.