diff --git a/.github/actions/create-release-tag/Create-ReleaseTag.ps1 b/.github/actions/create-release-tag/Create-ReleaseTag.ps1 index ec582ecb..7e26909f 100644 --- a/.github/actions/create-release-tag/Create-ReleaseTag.ps1 +++ b/.github/actions/create-release-tag/Create-ReleaseTag.ps1 @@ -26,7 +26,7 @@ function Create-ReleaseTag { [string] $MajorVersion, - # Major Version number + # Minor Version number [Parameter(Mandatory)] [string] $MinorVersion, diff --git a/.github/actions/python-unit-test/action.yml b/.github/actions/python-unit-test/action.yml index 48f3686c..39bc1682 100644 --- a/.github/actions/python-unit-test/action.yml +++ b/.github/actions/python-unit-test/action.yml @@ -28,4 +28,4 @@ runs: repository_name=${repository/$repository_owner\//} chmod +x ./.docker/entrypoint.sh - IMAGE_TAG=${{ inputs.image_tag }} docker-compose -f .devcontainer/docker-compose.yml run --rm -u root -w //workspaces/${repository_name} python-unit-test ./.docker/entrypoint.sh "${{ inputs.tests_filter_expression }}" + IMAGE_TAG=${{ inputs.image_tag }} docker compose -f .devcontainer/docker-compose.yml run --rm -u root -w //workspaces/${repository_name} python-unit-test ./.docker/entrypoint.sh "${{ inputs.tests_filter_expression }}" diff --git a/.github/workflows/create-release-tag.yml b/.github/workflows/create-release-tag.yml index 2621700f..000eba35 100644 --- a/.github/workflows/create-release-tag.yml +++ b/.github/workflows/create-release-tag.yml @@ -22,8 +22,8 @@ jobs: # BE AWARE --> Updating to a new MAJOR version will delete deprecated versions on a nightly schedule. # See https://github.com/Energinet-DataHub/.github#release-procedure for details major_version: 13 - minor_version: 0 - patch_version: 1 + minor_version: 1 + patch_version: 0 repository_path: Energinet-DataHub/.github usage_patterns: \s*uses:\s*Energinet-DataHub/\.github(.*)@v?(?\d+) env: