Skip to content

Commit

Permalink
adds latest flag to nightly push script for grafana-enterprise-dev (#348
Browse files Browse the repository at this point in the history
)
  • Loading branch information
briangann committed Aug 14, 2024
1 parent fb62b43 commit 58c20f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/drone_publish_nightly_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dagger run --silent go run ./cmd docker publish \
$(find $local_dir | grep docker.tar.gz | grep -v sha256 | awk '{print "--package=file://"$0}') \
--username=${DOCKER_USERNAME} \
--password=${DOCKER_PASSWORD} \
--latest \
--repo="grafana-enterprise-dev"

# Publish packages to the downloads bucket
Expand All @@ -21,4 +22,4 @@ dagger run --silent go run ./cmd gcom publish \
--api-key=${GCOM_API_KEY} \
--api-url="https://grafana.com/api/grafana-enterprise" \
--download-url="https://dl.grafana.com/enterprise/release" \
--nightly
--nightly

0 comments on commit 58c20f4

Please sign in to comment.