Skip to content

Commit d85646c

Browse files
chore(deploy): publish :staging image tag for CF Containers
Adds :staging alongside the existing :version and :latest tags so every master push produces a staging-ready image that the CF Containers staging environment can pull (see infra/wrangler/worker/wrangler.toml). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 65fe2d4 commit d85646c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
--build-arg VERSION="${{ steps.meta.outputs.version }}" \
148148
-t "${IMAGE_REPO}:${{ steps.meta.outputs.version }}" \
149149
-t "${IMAGE_REPO}:latest" \
150+
-t "${IMAGE_REPO}:staging" \
150151
--push \
151152
.
152153

0 commit comments

Comments
 (0)