Skip to content

Commit

Permalink
fix: PLT-586 set image_repo to not required
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktslau committed Dec 19, 2023
1 parent 043ba9b commit d53d612
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_deploy-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exceptional_stage_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/merged-lib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ on:
description: "Npm version used in the pipeline, defaults to LTS version"

env:
IMAGE_REPO: ${{ inputs.image_repo }}
GITHUB_EMAIL: ${{ inputs.github_email }}
GITHUB_USER: ${{ inputs.github_user }}
UPDATE_FILE: ${{ inputs.update_file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
image_repo:
required: true
required: false
type: string
default: europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io
description: "Your container registry repository - like europe-docker.pkg.dev/common-main-cfc4/eu.gcr.io"
Expand Down

0 comments on commit d53d612

Please sign in to comment.