feat: build :dev Docker image on push to dev #1

Merged
josh merged 1 commits from chore/dev-staging-build into dev 2026-03-28 10:38:48 -04:00
Owner

Adds a build-dev job to ci.yml that fires after tests pass on direct
pushes to dev (not PRs). Pushes two tags to the registry:

:dev — mutable, always the latest integrated dev state
:dev- — immutable, for tracing exactly which commit is running

Staging servers can pull :dev to test before a release PR is opened.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Adds a build-dev job to ci.yml that fires after tests pass on direct pushes to dev (not PRs). Pushes two tags to the registry: :dev — mutable, always the latest integrated dev state :dev-<sha> — immutable, for tracing exactly which commit is running Staging servers can pull :dev to test before a release PR is opened. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
josh added 1 commit 2026-03-28 10:28:21 -04:00
feat: build :dev Docker image on push to dev
All checks were successful
CI / test (pull_request) Successful in 9m30s
CI / build-dev (pull_request) Has been skipped
30b037ff9c
Adds a build-dev job to ci.yml that fires after tests pass on direct
pushes to dev (not PRs). Pushes two tags to the registry:

  :dev          — mutable, always the latest integrated dev state
  :dev-<sha>    — immutable, for tracing exactly which commit is running

Staging servers can pull :dev to test before a release PR is opened.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
josh self-assigned this 2026-03-28 10:29:11 -04:00
josh merged commit 1412b2e0b7 into dev 2026-03-28 10:38:48 -04:00
josh deleted branch chore/dev-staging-build 2026-03-28 10:38:53 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: josh/Catalyst#1