Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ name: Update Version on Docker Files
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
POSTGRES_VERSION: ${{ github.event.inputs.postgres_version }}

permissions:
contents: write

on:
workflow_dispatch:
inputs:
project_version:
description: "Version number to be released e.g 10.0.3"
microsoft_email:
description: "Email to be written on changelogs"
default: "gindibay@microsoft.com"
default: "ihalatci@microsoft.com"
name:
description: "Name to be written on changelogs"
default: "Gurkan Indibay"
default: "Ibrahim Halatci"

jobs:
update_docker_files:
Expand Down
Loading