Skip to content

Commit

Permalink
Fix cd-to-dev-env job (#4519)
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana authored Jan 7, 2025
1 parent a94680c commit efc288d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@ jobs:
-e GITHUB_APP_ID \
-e GITHUB_APP_INSTALLATION_ID \
-e GITHUB_APP_PRIVATE_KEY \
-e CONFIG_JSON="$(cat config.json)" us-docker.pkg.dev/grafanalabs-global/docker-deployment-tools-prod/updater
-e CONFIG_JSON="$(cat config.json)" \
-v .tags-for-cd-tempo:/app/.tags-for-cd-tempo \
-v .tags-for-cd-tempo_query:/app/.tags-for-cd-tempo_query \
-v .tags-for-cd-tempo_vulture:/app/.tags-for-cd-tempo_vulture \
us-docker.pkg.dev/grafanalabs-global/docker-deployment-tools-prod/updater

0 comments on commit efc288d

Please sign in to comment.