Skip to content

Commit

Permalink
Merge branch 'main' into nd-84-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj committed Nov 5, 2024
2 parents e7d7b0a + a711a87 commit 63d15ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-dev-container.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Release Production Container"
workflow_dispatch:
inputs:
tag_version:
description: 'Tag version to deploy: e.g: v0.0.1'
required: true
type: string

jobs:
trigger-prod-pipeline:
name: 'Production'
runs-on: ubuntu-latest

# if: startsWith(github.ref, 'refs/tags/') && github.ref_name == 'main'

steps:
- name: run Hello world
run: |
echo "hello"

0 comments on commit 63d15ce

Please sign in to comment.