Skip to content

Commit

Permalink
[#41] try adding on-prem tag
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondng76 committed Jan 17, 2022
1 parent b2d3f76 commit 8088c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonnet/dev-demo-api.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local build_and_push_staging(module_name, image_name) = {
image: "registry.aisingapore.net/sg-nlp/sg-nlp-runner:latest",
stage: "build_and_push_staging",
tags: [
"on-prem",
"dind",
],
when: "manual",
Expand All @@ -20,6 +21,7 @@ local restart_kubernetes_staging(module_name, deployment_name) = {
image: "registry.aisingapore.net/sea-core-nlp/seacorenlp-runner:latest",
stage: "restart_kubernetes_staging",
tags: [
"on-prem",
"dind",
],
when: "manual",
Expand Down

0 comments on commit 8088c22

Please sign in to comment.