Skip to content

Commit f4d34e2

Browse files
committed
Require image tag as input
* This makes it more explicit what's being deployed
1 parent 9fca35d commit f4d34e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
uses: ./.github/workflows/deploy-mavis.yml
2121
with:
2222
environment: ${{ matrix.environment }}
23+
image_tag: ${{ github.sha }}

.github/workflows/deploy-mavis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
- production
2323
- copilotmigration
2424
image_tag:
25-
description: Docker image tag
26-
required: false
25+
description: Docker image tag of the image to deploy
26+
required: true
2727
type: string
2828

2929
jobs:

0 commit comments

Comments
 (0)