Skip to content

Commit

Permalink
chore: bump version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-mariotti-zupit committed Jun 7, 2023
1 parent 2ecbcdd commit 7050558
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .github/actions/dotnet/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ runs:
using: composite
steps:
- name: Install .NET
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
DOTNET_VERSION: ${{ inputs.DOTNET_VERSION }}
ALPINE_OS: ${{ inputs.ALPINE_OS }}
SHELL: ${{ inputs.SHELL }}

- name: Build
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
BUILD_CONFIG: ${{ inputs.BUILD_CONFIG }}
SHELL: ${{ inputs.SHELL }}

- name: Publish
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
PROJECT: ${{ inputs.PROJECT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-step-build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Docker Build & Push
id: docker
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].2
with:
REGISTRY_URL: ${{ inputs.REGISTRY_URL }}
REGISTRY_USER: ${{ inputs.REGISTRY_USER }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-workflow-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@ jobs:
uses: actions/checkout@v3

- name: Install .NET
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
DOTNET_VERSION: ${{ inputs.DOTNET_VERSION }}
ALPINE_OS: ${{ inputs.ALPINE_OS }}

- name: Build
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
BUILD_CONFIG: "Debug"

- name: Check code formatting
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}

- name: Run tests
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
GENERATE_CODE_COVERAGE: false
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
env: ${{ fromJson(inputs.ENV_VARIABLES) }}
steps:
- name: Build
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].2
with:
NODE_VERSION: ${{ inputs.NODE_VERSION }}
RELEASE_ENVIRONMENT: ${{ inputs.RELEASE_ENVIRONMENT }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
path: ${{ inputs.WORKING_DIRECTORY }}/${{ inputs.DIST_PATH }}

- name: Deploy to Azure Storage
uses: zupit-it/pipeline-templates/.github/actions/azure/storage/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/azure/storage/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
BINARIES_DIRECTORY: ${{ inputs.OUTPUT_DIRECTORY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-step-docker-build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: NodeJS Build
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].2
with:
NODE_VERSION: ${{ inputs.NODE_VERSION }}
RELEASE_ENVIRONMENT: ${{ inputs.RELEASE_ENVIRONMENT }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Docker Build & Push
id: docker
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].2
with:
REGISTRY_URL: ${{ inputs.REGISTRY_URL }}
REGISTRY_USER: ${{ inputs.REGISTRY_USER }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sonar-step-dotnet-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3

- name: Install .NET
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
DOTNET_VERSION: ${{ inputs.DOTNET_VERSION }}
Expand All @@ -72,13 +72,13 @@ jobs:
"${params[@]}"
- name: Build
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
BUILD_CONFIG: "Debug"

- name: Run tests
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
EXCLUDE_FILES: ${{ inputs.COVERAGE_EXCLUSIONS }}
Expand Down
Loading

0 comments on commit 7050558

Please sign in to comment.