Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas committed Nov 29, 2024
1 parent a8117d8 commit e4dc053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build Docker Image

on:
workflow_call:
inputs:
environment:
description: "The environment to build for (e.g., production)"
required: true
type: string
outputs:
client_image_tag:
description: "The tag of the client image that was built"
Expand Down

0 comments on commit e4dc053

Please sign in to comment.