-
Notifications
You must be signed in to change notification settings - Fork 0
feat: use deploy reusable workflow #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
echo "INFO - Rollout for $MICROSERVICE_FULLNAME completed successfully." | ||
- name: Deploy Microservice | ||
uses: pagopa/interop-infra-commons/github/actions/deploy@${{ vars.INFRA_COMMONS_ACTIONS_DEPLOY_TAG }} # Aggiungere var? |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
echo "use_kubectl_diff=$use_kubectl_diff" >> $GITHUB_OUTPUT | ||
echo "use_kubectl_apply=$use_kubectl_apply" >> $GITHUB_OUTPUT | ||
- name: Deploy Cronjob |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
steps: | ||
- name: Start GitHub Runner | ||
id: start_runner | ||
uses: pagopa/interop-github-runner-aws-create-action@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: start_runner
steps: | ||
- name: Stop Github Runner | ||
id: stop_runner | ||
uses: pagopa/interop-github-runner-aws-cleanup-action@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
depends on PR