Skip to content

Commit

Permalink
feat: Update docker compose to use newest version (#346)
Browse files Browse the repository at this point in the history
* Update docker compose

* Update create-release-tag.yml

Update minor version

* Update Create-ReleaseTag.ps1

* Update create-release-tag.yml

* Update create-release-tag.yml
  • Loading branch information
mhj-halfspace authored Feb 21, 2024
1 parent ece6a43 commit 15e0e49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-release-tag/Create-ReleaseTag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Create-ReleaseTag {
[string]
$MajorVersion,

# Major Version number
# Minor Version number
[Parameter(Mandatory)]
[string]
$MinorVersion,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/python-unit-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
4 changes: 2 additions & 2 deletions .github/workflows/create-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?(?<version>\d+)
env:
Expand Down

0 comments on commit 15e0e49

Please sign in to comment.