Skip to content

P4PU-687 updated CustomFeignClientLogger #43

P4PU-687 updated CustomFeignClientLogger

P4PU-687 updated CustomFeignClientLogger #43

name: 📦 Payments Snapshot docker
on:
push:
branches-ignore:
- 'develop'
- 'uat'
- 'main'
paths-ignore:
- 'CODEOWNERS'
- '**.md'
- '.**'
workflow_dispatch:
env:
CURRENT_BRANCH: ${{ github.event.inputs.branch || github.ref_name }}
jobs:
payments-flow-docker-snapshot:
runs-on: ubuntu-22.04
environment: dev
steps:
- name: 🔖 Checkout code
# https://github.com/actions/checkout/releases/tag/v4.2.1
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
ref: ${{ env.CURRENT_BRANCH }}
- name: 📦 Run Snapshot Docker Build/Push & Trigger
# https://github.com/pagopa/github-actions-template/releases/tag/v1.19.0
uses: pagopa/github-actions-template/payments-flow-docker-snapshot@37569377fa759368a01c1e7f40700b4118d65d0c
with:
current_branch: ${{ github.ref_name }}
enable_azure_devops_step: 'true'
azure_devops_apps: "[arc-be]"
azure_devops_project_url: 'https://dev.azure.com/pagopaspa/arc-projects'
azure_devops_pipeline_name: 'arc-cittadini-deploy-aks.deploy'
azure_devops_pat: ${{ secrets.AZUREDEVOPS_PAT }}
azure_template_parameters: |
{
"APPS": "[one-color]",
"POSTMAN_BRANCH": "${{ github.ref_name }}"
}