We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca35d commit f4d34e2Copy full SHA for f4d34e2
.github/workflows/continuous-deployment.yml
@@ -20,3 +20,4 @@ jobs:
20
uses: ./.github/workflows/deploy-mavis.yml
21
with:
22
environment: ${{ matrix.environment }}
23
+ image_tag: ${{ github.sha }}
.github/workflows/deploy-mavis.yml
@@ -22,8 +22,8 @@ on:
- production
- copilotmigration
24
image_tag:
25
- description: Docker image tag
26
- required: false
+ description: Docker image tag of the image to deploy
+ required: true
27
type: string
28
29
jobs:
0 commit comments