Skip to content

Commit

Permalink
enable demo image build & push
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKompfner-HMCTS committed Nov 26, 2024
1 parent 5b44625 commit 4a35f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.sds.master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
publishNuget: true
pushHelmChart: true
- env: 'demo'
buildPushImage: false
buildPushImage: true
publishNuget: false
pushHelmChart: false
- env: 'test'
Expand Down
2 changes: 1 addition & 1 deletion variables/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ variables:
- name: env
value: "demo"
- name: imageTagName
value: "dev-#{SHORTCOMMITID}#-#{DATETIME}#"
value: "demo-#{SHORTCOMMITID}#-#{DATETIME}#"
- name: subDirectory
value: "/non-prod"

0 comments on commit 4a35f32

Please sign in to comment.