Skip to content

Commit

Permalink
test image
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaling27 committed Feb 26, 2025
1 parent 1f5b9d9 commit fe3a87a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release_self_hosted_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Test Self-Hosted Docker Setup

on:
workflow_dispatch:
inputs:
git_sha:
description: "Git SHA for backend image tag to test (defaults to latest)"
type: string
required: false
default: "latest"

jobs:
test_docker_compose:
Expand All @@ -11,7 +17,7 @@ jobs:

services:
backend:
image: ghcr.io/get-convex/convex-backend:latest
image: ghcr.io/get-convex/convex-backend:${{ inputs.git_sha }}
env:
ACTIONS_USER_TIMEOUT_SECS: "20"
CONVEX_CLOUD_ORIGIN: "http://127.0.0.1:3210"
Expand Down

0 comments on commit fe3a87a

Please sign in to comment.