Skip to content

Conversation

@0xBigBoss
Copy link
Contributor

Summary

  • Renamed 'staging' to 'dev' across all build workflows for consistency
  • Updated build-distributor.yml, build-workers.yml, and build-shovel.yml
  • Docker image tags will now use dev-latest and dev-{sha} instead of staging-latest and staging-{sha}

Motivation

Aligns workflow environment naming with the actual development environment used in the project.

Test plan

  • Verify workflow can be manually triggered with 'dev' environment option
  • Confirm Docker images are tagged correctly after build

🤖 Generated with Claude Code

Updated build workflows to use 'dev' instead of 'staging' for environment naming:
- build-distributor.yml
- build-workers.yml
- build-shovel.yml

This aligns the Docker image tagging with the actual development environment name.
Tags will now be 'dev-latest' and 'dev-{sha}' instead of 'staging-latest' and 'staging-{sha}'.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Oct 6, 2025

@0xBigBoss 0xBigBoss merged commit f577e4b into dev Oct 6, 2025
11 checks passed
@0xBigBoss 0xBigBoss deleted the chore/rename-staging-to-dev-workflows branch October 6, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants